GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.addAllKeys(Iterable<? extends OuterExpression.Variable> values) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.addKeys(int index,
OuterExpression.Variable value) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.addKeys(int index,
OuterExpression.Variable.Builder builderForValue) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.addKeys(OuterExpression.Variable value) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.addKeys(OuterExpression.Variable.Builder builderForValue) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.clear() |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.clearAlias() |
Define the alias of output from `Apply`.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.clearJoinKind() |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.clearKeys() |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.clearSubPlan() |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.PhysicalOpr.Operator.Builder.getApplyBuilder() |
.physical.Apply apply = 10;
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeAlias(com.google.protobuf.Int32Value value) |
Define the alias of output from `Apply`.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeFrom(GraphAlgebraPhysical.Apply other) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeSubPlan(GraphAlgebraPhysical.PhysicalPlan value) |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.newBuilder() |
|
static GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.newBuilder(GraphAlgebraPhysical.Apply prototype) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.newBuilderForType() |
|
protected GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.removeKeys(int index) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setAlias(com.google.protobuf.Int32Value value) |
Define the alias of output from `Apply`.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setAlias(com.google.protobuf.Int32Value.Builder builderForValue) |
Define the alias of output from `Apply`.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setJoinKind(GraphAlgebraPhysical.Join.JoinKind value) |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setJoinKindValue(int value) |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setKeys(int index,
OuterExpression.Variable value) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setKeys(int index,
OuterExpression.Variable.Builder builderForValue) |
The variables to perform grouping, or segmenting.
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setSubPlan(GraphAlgebraPhysical.PhysicalPlan value) |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setSubPlan(GraphAlgebraPhysical.PhysicalPlan.Builder builderForValue) |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebraPhysical.Apply.Builder |
GraphAlgebraPhysical.Apply.toBuilder() |
|