GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clear() |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearAlias() |
An optional alias for the object of the expansion
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearDirection() |
The direction of the expanded edge
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearExpandOpt() |
Expand option, i.e., expand vertices/edges/degree.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearIsOptional() |
Whether the expand is optional, if true, the expand will return a `None` if the edge does not exist
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearParams() |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.clearVTag() |
The tag that refers to the starting vertex
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.PhysicalOpr.Operator.Builder.getEdgeBuilder() |
.physical.EdgeExpand edge = 31;
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.PathExpand.ExpandBase.Builder.getEdgeExpandBuilder() |
Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeAlias(com.google.protobuf.Int32Value value) |
An optional alias for the object of the expansion
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeFrom(GraphAlgebraPhysical.EdgeExpand other) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeParams(GraphAlgebra.QueryParams value) |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.mergeVTag(com.google.protobuf.Int32Value value) |
The tag that refers to the starting vertex
|
static GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.newBuilder() |
|
static GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.newBuilder(GraphAlgebraPhysical.EdgeExpand prototype) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.newBuilderForType() |
|
protected GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setAlias(com.google.protobuf.Int32Value value) |
An optional alias for the object of the expansion
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setAlias(com.google.protobuf.Int32Value.Builder builderForValue) |
An optional alias for the object of the expansion
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setDirection(GraphAlgebraPhysical.EdgeExpand.Direction value) |
The direction of the expanded edge
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setDirectionValue(int value) |
The direction of the expanded edge
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setExpandOpt(GraphAlgebraPhysical.EdgeExpand.ExpandOpt value) |
Expand option, i.e., expand vertices/edges/degree.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setExpandOptValue(int value) |
Expand option, i.e., expand vertices/edges/degree.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setIsOptional(boolean value) |
Whether the expand is optional, if true, the expand will return a `None` if the edge does not exist
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setParams(GraphAlgebra.QueryParams value) |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setParams(GraphAlgebra.QueryParams.Builder builderForValue) |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setVTag(com.google.protobuf.Int32Value value) |
The tag that refers to the starting vertex
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.setVTag(com.google.protobuf.Int32Value.Builder builderForValue) |
The tag that refers to the starting vertex
|
GraphAlgebraPhysical.EdgeExpand.Builder |
GraphAlgebraPhysical.EdgeExpand.toBuilder() |
|