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 Details

    • hasLiteral

      boolean hasLiteral()
      .org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;
      Returns:
      Whether the literal field is set.
    • getLiteral

      .org.vitrivr.cottontail.grpc.Predicate.Literal literal = 1;
      Returns:
      The literal.
    • 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

      .org.vitrivr.cottontail.grpc.Predicate.Comparison comparison = 2;
      Returns:
      The comparison.
    • 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

      .org.vitrivr.cottontail.grpc.Predicate.IsNull isnull = 3;
      Returns:
      The isnull.
    • 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

      .org.vitrivr.cottontail.grpc.Predicate.And and = 4;
      Returns:
      The and.
    • 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

      .org.vitrivr.cottontail.grpc.Predicate.Or or = 5;
      Returns:
      The or.
    • 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

      .org.vitrivr.cottontail.grpc.Predicate.Not not = 6;
      Returns:
      The not.
    • getNotOrBuilder

      .org.vitrivr.cottontail.grpc.Predicate.Not not = 6;
    • getPredicateCase