GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.addAllKeys(Iterable<? extends Common.NameOrId> values) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.addKeys(int index,
Common.NameOrId value) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.addKeys(int index,
Common.NameOrId.Builder builderForValue) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.addKeys(Common.NameOrId value) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.addKeys(Common.NameOrId.Builder builderForValue) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.clear() |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.clearApplySubtask() |
A base of apply operation that is conducted on each group of the relations instead of tuple
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.clearKeys() |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.LogicalPlan.Operator.Builder.getSegApplyBuilder() |
.algebra.SegmentApply seg_apply = 10;
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.mergeApplySubtask(GraphAlgebra.Apply value) |
A base of apply operation that is conducted on each group of the relations instead of tuple
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.mergeFrom(GraphAlgebra.SegmentApply other) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.newBuilder() |
|
static GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.newBuilder(GraphAlgebra.SegmentApply prototype) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.newBuilderForType() |
|
protected GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.removeKeys(int index) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.setApplySubtask(GraphAlgebra.Apply value) |
A base of apply operation that is conducted on each group of the relations instead of tuple
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.setApplySubtask(GraphAlgebra.Apply.Builder builderForValue) |
A base of apply operation that is conducted on each group of the relations instead of tuple
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.setKeys(int index,
Common.NameOrId value) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.setKeys(int index,
Common.NameOrId.Builder builderForValue) |
The keys to perform grouping, or segmenting.
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.SegmentApply.Builder |
GraphAlgebra.SegmentApply.toBuilder() |
|