Interface CottontailGrpc.LiteralOrBuilder

    • Method Detail

      • hasBooleanData

        boolean hasBooleanData()
        bool booleanData = 1;
        Returns:
        Whether the booleanData field is set.
      • getBooleanData

        boolean getBooleanData()
        bool booleanData = 1;
        Returns:
        The booleanData.
      • hasIntData

        boolean hasIntData()
        int32 intData = 2;
        Returns:
        Whether the intData field is set.
      • getIntData

        int getIntData()
        int32 intData = 2;
        Returns:
        The intData.
      • hasLongData

        boolean hasLongData()
        int64 longData = 3;
        Returns:
        Whether the longData field is set.
      • getLongData

        long getLongData()
        int64 longData = 3;
        Returns:
        The longData.
      • hasFloatData

        boolean hasFloatData()
        float floatData = 4;
        Returns:
        Whether the floatData field is set.
      • getFloatData

        float getFloatData()
        float floatData = 4;
        Returns:
        The floatData.
      • hasDoubleData

        boolean hasDoubleData()
        double doubleData = 5;
        Returns:
        Whether the doubleData field is set.
      • getDoubleData

        double getDoubleData()
        double doubleData = 5;
        Returns:
        The doubleData.
      • hasStringData

        boolean hasStringData()
        string stringData = 6;
        Returns:
        Whether the stringData field is set.
      • getStringData

        java.lang.String getStringData()
        string stringData = 6;
        Returns:
        The stringData.
      • getStringDataBytes

        com.google.protobuf.ByteString getStringDataBytes()
        string stringData = 6;
        Returns:
        The bytes for stringData.
      • hasDateData

        boolean hasDateData()
        .org.vitrivr.cottontail.grpc.Date dateData = 7;
        Returns:
        Whether the dateData field is set.
      • getDateData

        CottontailGrpc.Date getDateData()
        .org.vitrivr.cottontail.grpc.Date dateData = 7;
        Returns:
        The dateData.
      • hasComplex32Data

        boolean hasComplex32Data()
        .org.vitrivr.cottontail.grpc.Complex32 complex32Data = 8;
        Returns:
        Whether the complex32Data field is set.
      • getComplex32Data

        CottontailGrpc.Complex32 getComplex32Data()
        .org.vitrivr.cottontail.grpc.Complex32 complex32Data = 8;
        Returns:
        The complex32Data.
      • hasComplex64Data

        boolean hasComplex64Data()
        .org.vitrivr.cottontail.grpc.Complex64 complex64Data = 9;
        Returns:
        Whether the complex64Data field is set.
      • getComplex64Data

        CottontailGrpc.Complex64 getComplex64Data()
        .org.vitrivr.cottontail.grpc.Complex64 complex64Data = 9;
        Returns:
        The complex64Data.
      • hasVectorData

        boolean hasVectorData()
        .org.vitrivr.cottontail.grpc.Vector vectorData = 10;
        Returns:
        Whether the vectorData field is set.
      • getVectorData

        CottontailGrpc.Vector getVectorData()
        .org.vitrivr.cottontail.grpc.Vector vectorData = 10;
        Returns:
        The vectorData.
      • hasNullData

        boolean hasNullData()
        .org.vitrivr.cottontail.grpc.Null nullData = 11;
        Returns:
        Whether the nullData field is set.
      • getNullData

        CottontailGrpc.Null getNullData()
        .org.vitrivr.cottontail.grpc.Null nullData = 11;
        Returns:
        The nullData.