Uses of Interface
relationalai.protocol.Schema.RelTupleOrBuilder
-
Packages that use Schema.RelTupleOrBuilder Package Description relationalai.protocol -
-
Uses of Schema.RelTupleOrBuilder in relationalai.protocol
Classes in relationalai.protocol that implement Schema.RelTupleOrBuilder Modifier and Type Class Description static classSchema.RelTupleRenamed from Tuple to avoid collision with julia and python `Tuple`.static classSchema.RelTuple.BuilderRenamed from Tuple to avoid collision with julia and python `Tuple`.Methods in relationalai.protocol that return Schema.RelTupleOrBuilder Modifier and Type Method Description Schema.RelTupleOrBuilderSchema.ConstantType.Builder. getValueOrBuilder()The tuple contains only the values that are not constant.Schema.RelTupleOrBuilderSchema.ConstantType. getValueOrBuilder()The tuple contains only the values that are not constant.Schema.RelTupleOrBuilderSchema.ConstantTypeOrBuilder. getValueOrBuilder()The tuple contains only the values that are not constant.
-