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