PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addAllDirections(Iterable<? extends Boolean> values) |
The directions for each sort col - true = ascending
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addAllNullsFirst(Iterable<? extends Boolean> values) |
repeated bool nulls_first = 4;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addAllSortKeys(Iterable<String> values) |
The sort columns - order matters
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addDirections(boolean value) |
The directions for each sort col - true = ascending
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addNullsFirst(boolean value) |
repeated bool nulls_first = 4;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addSortKeys(String value) |
The sort columns - order matters
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.addSortKeysBytes(com.google.protobuf.ByteString value) |
The sort columns - order matters
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clear() |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearDirections() |
The directions for each sort col - true = ascending
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearLevel() |
.xg.db.sqlPlans.GatherLevel level = 3;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearNullsFirst() |
repeated bool nulls_first = 4;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearSortKeys() |
The sort columns - order matters
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clearZerocopy() |
bool zerocopy = 5;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.clone() |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.Operator.Builder.getOrderedGatherOperatorBuilder() |
.xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.mergeFrom(PlanProtocol.OrderedGatherOperator other) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.newBuilder() |
|
static PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.newBuilder(PlanProtocol.OrderedGatherOperator prototype) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.newBuilderForType() |
|
protected PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setDirections(int index,
boolean value) |
The directions for each sort col - true = ascending
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setLevel(PlanProtocol.GatherLevel value) |
.xg.db.sqlPlans.GatherLevel level = 3;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setLevelValue(int value) |
.xg.db.sqlPlans.GatherLevel level = 3;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setNullsFirst(int index,
boolean value) |
repeated bool nulls_first = 4;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setSortKeys(int index,
String value) |
The sort columns - order matters
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.Builder.setZerocopy(boolean value) |
bool zerocopy = 5;
|
PlanProtocol.OrderedGatherOperator.Builder |
PlanProtocol.OrderedGatherOperator.toBuilder() |
|