GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.addAllMappings(Iterable<? extends GraphAlgebraPhysical.Project.ExprAlias> values) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.addMappings(int index,
GraphAlgebraPhysical.Project.ExprAlias value) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.addMappings(int index,
GraphAlgebraPhysical.Project.ExprAlias.Builder builderForValue) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.addMappings(GraphAlgebraPhysical.Project.ExprAlias value) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.addMappings(GraphAlgebraPhysical.Project.ExprAlias.Builder builderForValue) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.clear() |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.clearIsAppend() |
An indicator to tell the runtime whether the projected value is appending to or replacing
existing relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.clearMappings() |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.PhysicalOpr.Operator.Builder.getProjectBuilder() |
.physical.Project project = 1;
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.mergeFrom(GraphAlgebraPhysical.Project other) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.newBuilder() |
|
static GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.newBuilder(GraphAlgebraPhysical.Project prototype) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.newBuilderForType() |
|
protected GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.removeMappings(int index) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.setIsAppend(boolean value) |
An indicator to tell the runtime whether the projected value is appending to or replacing
existing relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.setMappings(int index,
GraphAlgebraPhysical.Project.ExprAlias value) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.setMappings(int index,
GraphAlgebraPhysical.Project.ExprAlias.Builder builderForValue) |
A list of [expression -> alias] to be projected from the graph relation.
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebraPhysical.Project.Builder |
GraphAlgebraPhysical.Project.toBuilder() |
|