接口 GraphAlgebraPhysical.ScanOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.ScanOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.Int32ValuegetAlias()The alias of the item if it is a vertex or edgecom.google.protobuf.Int32ValueOrBuildergetAliasOrBuilder()The alias of the item if it is a vertex or edgeGraphAlgebra.IndexPredicategetIdxPredicate()The optional filtering predicate for the field that have been indexedGraphAlgebra.IndexPredicateOrBuildergetIdxPredicateOrBuilder()The optional filtering predicate for the field that have been indexedbooleangetIsCountOnly()The flag that indicates to SCAN + COUNTGraphAlgebra.QueryParamsgetParams()The required parameters for the scanGraphAlgebra.QueryParamsOrBuildergetParamsOrBuilder()The required parameters for the scanGraphAlgebraPhysical.Scan.ScanOptgetScanOpt().physical.Scan.ScanOpt scan_opt = 1;intgetScanOptValue().physical.Scan.ScanOpt scan_opt = 1;booleanhasAlias()The alias of the item if it is a vertex or edgebooleanhasIdxPredicate()The optional filtering predicate for the field that have been indexedbooleanhasParams()The required parameters for the scan
-
-
-
方法详细资料
-
getScanOptValue
int getScanOptValue()
.physical.Scan.ScanOpt scan_opt = 1;- 返回:
- The enum numeric value on the wire for scanOpt.
-
getScanOpt
GraphAlgebraPhysical.Scan.ScanOpt getScanOpt()
.physical.Scan.ScanOpt scan_opt = 1;- 返回:
- The scanOpt.
-
hasAlias
boolean hasAlias()
The alias of the item if it is a vertex or edge
.google.protobuf.Int32Value alias = 2;- 返回:
- Whether the alias field is set.
-
getAlias
com.google.protobuf.Int32Value getAlias()
The alias of the item if it is a vertex or edge
.google.protobuf.Int32Value alias = 2;- 返回:
- The alias.
-
getAliasOrBuilder
com.google.protobuf.Int32ValueOrBuilder getAliasOrBuilder()
The alias of the item if it is a vertex or edge
.google.protobuf.Int32Value alias = 2;
-
hasParams
boolean hasParams()
The required parameters for the scan
.algebra.QueryParams params = 3;- 返回:
- Whether the params field is set.
-
getParams
GraphAlgebra.QueryParams getParams()
The required parameters for the scan
.algebra.QueryParams params = 3;- 返回:
- The params.
-
getParamsOrBuilder
GraphAlgebra.QueryParamsOrBuilder getParamsOrBuilder()
The required parameters for the scan
.algebra.QueryParams params = 3;
-
hasIdxPredicate
boolean hasIdxPredicate()
The optional filtering predicate for the field that have been indexed
.algebra.IndexPredicate idx_predicate = 4;- 返回:
- Whether the idxPredicate field is set.
-
getIdxPredicate
GraphAlgebra.IndexPredicate getIdxPredicate()
The optional filtering predicate for the field that have been indexed
.algebra.IndexPredicate idx_predicate = 4;- 返回:
- The idxPredicate.
-
getIdxPredicateOrBuilder
GraphAlgebra.IndexPredicateOrBuilder getIdxPredicateOrBuilder()
The optional filtering predicate for the field that have been indexed
.algebra.IndexPredicate idx_predicate = 4;
-
getIsCountOnly
boolean getIsCountOnly()
The flag that indicates to SCAN + COUNT
bool is_count_only = 5;- 返回:
- The isCountOnly.
-
-