接口 GraphAlgebra.IndexPredicateOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.IndexPredicateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.IndexPredicate.AndPredicategetOrPredicates(int index)A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`sintgetOrPredicatesCount()A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`sList<GraphAlgebra.IndexPredicate.AndPredicate>getOrPredicatesList()A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`sGraphAlgebra.IndexPredicate.AndPredicateOrBuildergetOrPredicatesOrBuilder(int index)A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`sList<? extends GraphAlgebra.IndexPredicate.AndPredicateOrBuilder>getOrPredicatesOrBuilderList()A collection of `AndPredicate` that forms a logical **OR** of all `AndPredicate`s
-
-
-
方法详细资料
-
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;
-
-