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 class
Schema.RelTuple
Renamed from Tuple to avoid collision with julia and python `Tuple`.static class
Schema.RelTuple.Builder
Renamed from Tuple to avoid collision with julia and python `Tuple`.Methods in relationalai.protocol that return Schema.RelTupleOrBuilder Modifier and Type Method Description Schema.RelTupleOrBuilder
Schema.ConstantType.Builder. getValueOrBuilder()
The tuple contains only the values that are not constant.Schema.RelTupleOrBuilder
Schema.ConstantType. getValueOrBuilder()
The tuple contains only the values that are not constant.Schema.RelTupleOrBuilder
Schema.ConstantTypeOrBuilder. getValueOrBuilder()
The tuple contains only the values that are not constant.
-