接口 GraphAlgebra.ScanOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    GraphAlgebra.Scan, GraphAlgebra.Scan.Builder
    封闭类:
    GraphAlgebra

    public static interface GraphAlgebra.ScanOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getScanOptValue

        int getScanOptValue()
        .algebra.Scan.ScanOpt scan_opt = 1;
        返回:
        The enum numeric value on the wire for scanOpt.
      • hasAlias

        boolean hasAlias()
         The alias of the item if it is a vertex or edge
         
        .common.NameOrId alias = 2;
        返回:
        Whether the alias field is set.
      • getAlias

        Common.NameOrId getAlias()
         The alias of the item if it is a vertex or edge
         
        .common.NameOrId alias = 2;
        返回:
        The alias.
      • getAliasOrBuilder

        Common.NameOrIdOrBuilder getAliasOrBuilder()
         The alias of the item if it is a vertex or edge
         
        .common.NameOrId 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.
      • 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 SCAN + COUNT
         
        bool is_count_only = 5;
        返回:
        The isCountOnly.
      • hasMetaData

        boolean hasMetaData()
        .algebra.MetaData meta_data = 6;
        返回:
        Whether the metaData field is set.
      • getMetaData

        GraphAlgebra.MetaData getMetaData()
        .algebra.MetaData meta_data = 6;
        返回:
        The metaData.