GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addAllColumns(Iterable<? extends Common.NameOrId> values) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addAllTables(Iterable<? extends Common.NameOrId> values) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addColumns(int index,
Common.NameOrId value) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addColumns(int index,
Common.NameOrId.Builder builderForValue) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addColumns(Common.NameOrId value) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addColumns(Common.NameOrId.Builder builderForValue) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addTables(int index,
Common.NameOrId value) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addTables(int index,
Common.NameOrId.Builder builderForValue) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addTables(Common.NameOrId value) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.addTables(Common.NameOrId.Builder builderForValue) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clear() |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearColumns() |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearExtra() |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearIsAllColumns() |
Can specify to get all columns of the table
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearLimit() |
The size limit
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearPredicate() |
The optional predicate for the data tuple, which may be pushed down to the storage service
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearSampleRatio() |
Define the sampling ratio, while querying vertex/edge.
1.0 by default for deterministic case.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.clearTables() |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.EdgeExpand.Builder.getParamsBuilder() |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.GetV.Builder.getParamsBuilder() |
The query parameters of getting vertices
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.Scan.Builder.getParamsBuilder() |
The required parameters for the scan
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebraPhysical.EdgeExpand.Builder.getParamsBuilder() |
The query parameters define the condition that the edge/end vertex must satisfy.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebraPhysical.GetV.Builder.getParamsBuilder() |
The query parameters of getting vertices
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebraPhysical.Scan.Builder.getParamsBuilder() |
The required parameters for the scan
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergeFrom(GraphAlgebra.QueryParams other) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergeLimit(GraphAlgebra.Range value) |
The size limit
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergePredicate(OuterExpression.Expression value) |
The optional predicate for the data tuple, which may be pushed down to the storage service
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.newBuilder() |
|
static GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.newBuilder(GraphAlgebra.QueryParams prototype) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.newBuilderForType() |
|
protected GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.putAllExtra(Map<String,String> values) |
Extra parameters for general-purpose usage
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.putExtra(String key,
String value) |
Extra parameters for general-purpose usage
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.removeColumns(int index) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.removeExtra(String key) |
Extra parameters for general-purpose usage
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.removeTables(int index) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setColumns(int index,
Common.NameOrId value) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setColumns(int index,
Common.NameOrId.Builder builderForValue) |
The required columns of the table.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setIsAllColumns(boolean value) |
Can specify to get all columns of the table
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setLimit(GraphAlgebra.Range value) |
The size limit
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setLimit(GraphAlgebra.Range.Builder builderForValue) |
The size limit
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setPredicate(OuterExpression.Expression value) |
The optional predicate for the data tuple, which may be pushed down to the storage service
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setPredicate(OuterExpression.Expression.Builder builderForValue) |
The optional predicate for the data tuple, which may be pushed down to the storage service
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setSampleRatio(double value) |
Define the sampling ratio, while querying vertex/edge.
1.0 by default for deterministic case.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setTables(int index,
Common.NameOrId value) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setTables(int index,
Common.NameOrId.Builder builderForValue) |
The tables to fetch data from.
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GraphAlgebra.QueryParams.Builder |
GraphAlgebra.QueryParams.toBuilder() |
|