Interface CottontailGrpc.AtomicBooleanOperandOrBuilder

    • Method Detail

      • hasColumn

        boolean hasColumn()
        .org.vitrivr.cottontail.grpc.ColumnName column = 1;
        Returns:
        Whether the column field is set.
      • hasLiterals

        boolean hasLiterals()
        .org.vitrivr.cottontail.grpc.Literals literals = 2;
        Returns:
        Whether the literals field is set.
      • getLiterals

        CottontailGrpc.Literals getLiterals()
        .org.vitrivr.cottontail.grpc.Literals literals = 2;
        Returns:
        The literals.
      • hasQuery

        boolean hasQuery()
        .org.vitrivr.cottontail.grpc.Query query = 3;
        Returns:
        Whether the query field is set.
      • getQuery

        CottontailGrpc.Query getQuery()
        .org.vitrivr.cottontail.grpc.Query query = 3;
        Returns:
        The query.