接口 GraphAlgebraPhysical.ScanOrBuilder

    • 方法详细资料

      • getScanOptValue

        int getScanOptValue()
        .physical.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
         
        .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.
      • 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.