Interface CottontailGrpc.AtomicBooleanPredicateOrBuilder

    • Method Detail

      • hasLeft

        boolean hasLeft()
        .org.vitrivr.cottontail.grpc.ColumnName left = 1;
        Returns:
        Whether the left field is set.
      • hasRight

        boolean hasRight()
        .org.vitrivr.cottontail.grpc.AtomicBooleanOperand right = 2;
        Returns:
        Whether the right field is set.
      • getOpValue

        int getOpValue()
        .org.vitrivr.cottontail.grpc.ComparisonOperator op = 3;
        Returns:
        The enum numeric value on the wire for op.
      • getNot

        boolean getNot()
        bool not = 4;
        Returns:
        The not.