接口 GraphAlgebra.IndexPredicateOrBuilder

    • 方法详细资料

      • getOrPredicatesList

        List<GraphAlgebra.IndexPredicate.AndPredicate> getOrPredicatesList()
         A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
         
        repeated .algebra.IndexPredicate.AndPredicate or_predicates = 1;
      • getOrPredicates

        GraphAlgebra.IndexPredicate.AndPredicate getOrPredicates​(int index)
         A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
         
        repeated .algebra.IndexPredicate.AndPredicate or_predicates = 1;
      • getOrPredicatesCount

        int getOrPredicatesCount()
         A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
         
        repeated .algebra.IndexPredicate.AndPredicate or_predicates = 1;
      • getOrPredicatesOrBuilderList

        List<? extends GraphAlgebra.IndexPredicate.AndPredicateOrBuilder> getOrPredicatesOrBuilderList()
         A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
         
        repeated .algebra.IndexPredicate.AndPredicate or_predicates = 1;
      • getOrPredicatesOrBuilder

        GraphAlgebra.IndexPredicate.AndPredicateOrBuilder getOrPredicatesOrBuilder​(int index)
         A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
         
        repeated .algebra.IndexPredicate.AndPredicate or_predicates = 1;