GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clear() |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearAlias() |
An optional alias for the object of the expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearBase() |
A path expansion has a base expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearCondition() |
A condition formulated as an expression predicate
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearHopRange() |
The range that defines the minimum and maximum number of hops of the path expansion.
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearIsOptional() |
Whether the expand is optional, if true, the expand will return a `None` if the path does not exist
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearPathOpt() |
Path option, including to expand an arbitrary path or a simple path
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearResultOpt() |
Result option, including to take end vertex (EndV), or whole path (AllV), for this expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.clearStartTag() |
The tag that refers to the starting vertex
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.LogicalPlan.Operator.Builder.getPathBuilder() |
.algebra.PathExpand path = 32;
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.Pattern.Binder.Builder.getPathBuilder() |
.algebra.PathExpand path = 2;
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeAlias(Common.NameOrId value) |
An optional alias for the object of the expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeBase(GraphAlgebra.PathExpand.ExpandBase value) |
A path expansion has a base expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeCondition(OuterExpression.Expression value) |
A condition formulated as an expression predicate
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeFrom(GraphAlgebra.PathExpand other) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeHopRange(GraphAlgebra.Range value) |
The range that defines the minimum and maximum number of hops of the path expansion.
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeStartTag(Common.NameOrId value) |
The tag that refers to the starting vertex
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.newBuilder() |
|
static GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.newBuilder(GraphAlgebra.PathExpand prototype) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.newBuilderForType() |
|
protected GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setAlias(Common.NameOrId value) |
An optional alias for the object of the expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setAlias(Common.NameOrId.Builder builderForValue) |
An optional alias for the object of the expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setBase(GraphAlgebra.PathExpand.ExpandBase value) |
A path expansion has a base expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setBase(GraphAlgebra.PathExpand.ExpandBase.Builder builderForValue) |
A path expansion has a base expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setCondition(OuterExpression.Expression value) |
A condition formulated as an expression predicate
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setCondition(OuterExpression.Expression.Builder builderForValue) |
A condition formulated as an expression predicate
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setHopRange(GraphAlgebra.Range value) |
The range that defines the minimum and maximum number of hops of the path expansion.
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setHopRange(GraphAlgebra.Range.Builder builderForValue) |
The range that defines the minimum and maximum number of hops of the path expansion.
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setIsOptional(boolean value) |
Whether the expand is optional, if true, the expand will return a `None` if the path does not exist
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setPathOpt(GraphAlgebra.PathExpand.PathOpt value) |
Path option, including to expand an arbitrary path or a simple path
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setPathOptValue(int value) |
Path option, including to expand an arbitrary path or a simple path
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setResultOpt(GraphAlgebra.PathExpand.ResultOpt value) |
Result option, including to take end vertex (EndV), or whole path (AllV), for this expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setResultOptValue(int value) |
Result option, including to take end vertex (EndV), or whole path (AllV), for this expansion
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setStartTag(Common.NameOrId value) |
The tag that refers to the starting vertex
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setStartTag(Common.NameOrId.Builder builderForValue) |
The tag that refers to the starting vertex
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.PathExpand.Builder |
GraphAlgebra.PathExpand.toBuilder() |
|