GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.addAllTags(Iterable<? extends Common.NameOrId> values) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.addTags(int index,
Common.NameOrId value) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.addTags(int index,
Common.NameOrId.Builder builderForValue) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.addTags(Common.NameOrId value) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.addTags(Common.NameOrId.Builder builderForValue) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.clear() |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.clearAlias() |
Define the alias of output from `Apply`
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.clearJoinKind() |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.clearSubtask() |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.clearTags() |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.LogicalPlan.Operator.Builder.getApplyBuilder() |
.algebra.Apply apply = 9;
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.SegmentApply.Builder.getApplySubtaskBuilder() |
A base of apply operation that is conducted on each group of the relations instead of tuple
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.mergeAlias(Common.NameOrId value) |
Define the alias of output from `Apply`
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.mergeFrom(GraphAlgebra.Apply other) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.newBuilder() |
|
static GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.newBuilder(GraphAlgebra.Apply prototype) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.newBuilderForType() |
|
protected GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.removeTags(int index) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setAlias(Common.NameOrId value) |
Define the alias of output from `Apply`
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setAlias(Common.NameOrId.Builder builderForValue) |
Define the alias of output from `Apply`
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setJoinKind(GraphAlgebra.Join.JoinKind value) |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setJoinKindValue(int value) |
Define how to join the result of the subtask back to the original relation
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setSubtask(int value) |
The subtask will be perform on certain tags as keys of the input relation
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setTags(int index,
Common.NameOrId value) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setTags(int index,
Common.NameOrId.Builder builderForValue) |
To project on certain tags of the input relation to execute the subtask
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.Apply.Builder |
GraphAlgebra.Apply.toBuilder() |
|