Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.PredicateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.Predicate,CottontailGrpc.Predicate.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.PredicateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAnd().org.vitrivr.cottontail.grpc.Predicate.And and = 4;.org.vitrivr.cottontail.grpc.Predicate.And and = 4;.org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;.org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;.org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;.org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;.org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;.org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;getNot().org.vitrivr.cottontail.grpc.Predicate.Not not = 6;.org.vitrivr.cottontail.grpc.Predicate.Not not = 6;getOr().org.vitrivr.cottontail.grpc.Predicate.Or or = 5;.org.vitrivr.cottontail.grpc.Predicate.Or or = 5;booleanhasAnd().org.vitrivr.cottontail.grpc.Predicate.And and = 4;boolean.org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;boolean.org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;boolean.org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;booleanhasNot().org.vitrivr.cottontail.grpc.Predicate.Not not = 6;booleanhasOr().org.vitrivr.cottontail.grpc.Predicate.Or or = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLiteral
boolean hasLiteral().org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;- Returns:
- Whether the literal field is set.
-
getLiteral
CottontailGrpc.Predicate.Literal getLiteral().org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;- Returns:
- The literal.
-
getLiteralOrBuilder
CottontailGrpc.Predicate.LiteralOrBuilder getLiteralOrBuilder().org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1; -
hasComparison
boolean hasComparison().org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;- Returns:
- Whether the comparison field is set.
-
getComparison
CottontailGrpc.Predicate.Comparison getComparison().org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;- Returns:
- The comparison.
-
getComparisonOrBuilder
CottontailGrpc.Predicate.ComparisonOrBuilder getComparisonOrBuilder().org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2; -
hasIsnull
boolean hasIsnull().org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;- Returns:
- Whether the isnull field is set.
-
getIsnull
CottontailGrpc.Predicate.IsNull getIsnull().org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;- Returns:
- The isnull.
-
getIsnullOrBuilder
CottontailGrpc.Predicate.IsNullOrBuilder getIsnullOrBuilder().org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3; -
hasAnd
boolean hasAnd().org.vitrivr.cottontail.grpc.Predicate.And and = 4;- Returns:
- Whether the and field is set.
-
getAnd
CottontailGrpc.Predicate.And getAnd().org.vitrivr.cottontail.grpc.Predicate.And and = 4;- Returns:
- The and.
-
getAndOrBuilder
CottontailGrpc.Predicate.AndOrBuilder getAndOrBuilder().org.vitrivr.cottontail.grpc.Predicate.And and = 4; -
hasOr
boolean hasOr().org.vitrivr.cottontail.grpc.Predicate.Or or = 5;- Returns:
- Whether the or field is set.
-
getOr
CottontailGrpc.Predicate.Or getOr().org.vitrivr.cottontail.grpc.Predicate.Or or = 5;- Returns:
- The or.
-
getOrOrBuilder
CottontailGrpc.Predicate.OrOrBuilder getOrOrBuilder().org.vitrivr.cottontail.grpc.Predicate.Or or = 5; -
hasNot
boolean hasNot().org.vitrivr.cottontail.grpc.Predicate.Not not = 6;- Returns:
- Whether the not field is set.
-
getNot
CottontailGrpc.Predicate.Not getNot().org.vitrivr.cottontail.grpc.Predicate.Not not = 6;- Returns:
- The not.
-
getNotOrBuilder
CottontailGrpc.Predicate.NotOrBuilder getNotOrBuilder().org.vitrivr.cottontail.grpc.Predicate.Not not = 6; -
getPredicateCase
CottontailGrpc.Predicate.PredicateCase getPredicateCase()
-