Interface CottontailGrpc.AtomicLiteralBooleanPredicateOrBuilder

    • Method Detail

      • getAttribute

        java.lang.String getAttribute()
        string attribute = 1;
        Returns:
        The attribute.
      • getAttributeBytes

        com.google.protobuf.ByteString getAttributeBytes()
        string attribute = 1;
        Returns:
        The bytes for attribute.
      • getNot

        boolean getNot()
        bool not = 2;
        Returns:
        The not.
      • getOpValue

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

        java.util.List<CottontailGrpc.Data> getDataList()
        repeated .org.vitrivr.cottontail.grpc.Data data = 4;
      • getData

        CottontailGrpc.Data getData​(int index)
        repeated .org.vitrivr.cottontail.grpc.Data data = 4;
      • getDataCount

        int getDataCount()
        repeated .org.vitrivr.cottontail.grpc.Data data = 4;
      • getDataOrBuilderList

        java.util.List<? extends CottontailGrpc.DataOrBuilder> getDataOrBuilderList()
        repeated .org.vitrivr.cottontail.grpc.Data data = 4;