Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.LiteralOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.Literal,CottontailGrpc.Literal.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.LiteralOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool booleanData = 2;com.google.protobuf.ByteStringBlob types.Struct types.Struct types..org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21;.org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21;longint64 dateData = 8;doubledouble doubleData = 6;floatfloat floatData = 5;intint32 intData = 3;longint64 longData = 4;.org.vitrivr.cottontail.grpc.Null nullData = 1;.org.vitrivr.cottontail.grpc.Null nullData = 1;string stringData = 7;com.google.protobuf.ByteStringstring stringData = 7;.org.vitrivr.cottontail.grpc.Uuid uuidData = 9;.org.vitrivr.cottontail.grpc.Uuid uuidData = 9;Vector types.Vector types.booleanbool booleanData = 2;booleanBlob types.booleanStruct types.boolean.org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21;booleanint64 dateData = 8;booleandouble doubleData = 6;booleanfloat floatData = 5;booleanint32 intData = 3;booleanint64 longData = 4;boolean.org.vitrivr.cottontail.grpc.Null nullData = 1;booleanstring stringData = 7;boolean.org.vitrivr.cottontail.grpc.Uuid uuidData = 9;booleanVector types.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNullData
boolean hasNullData().org.vitrivr.cottontail.grpc.Null nullData = 1;- Returns:
- Whether the nullData field is set.
-
getNullData
CottontailGrpc.Null getNullData().org.vitrivr.cottontail.grpc.Null nullData = 1;- Returns:
- The nullData.
-
getNullDataOrBuilder
CottontailGrpc.NullOrBuilder getNullDataOrBuilder().org.vitrivr.cottontail.grpc.Null nullData = 1; -
hasBooleanData
boolean hasBooleanData()bool booleanData = 2;- Returns:
- Whether the booleanData field is set.
-
getBooleanData
boolean getBooleanData()bool booleanData = 2;- Returns:
- The booleanData.
-
hasIntData
boolean hasIntData()int32 intData = 3;- Returns:
- Whether the intData field is set.
-
getIntData
int getIntData()int32 intData = 3;- Returns:
- The intData.
-
hasLongData
boolean hasLongData()int64 longData = 4;- Returns:
- Whether the longData field is set.
-
getLongData
long getLongData()int64 longData = 4;- Returns:
- The longData.
-
hasFloatData
boolean hasFloatData()float floatData = 5;- Returns:
- Whether the floatData field is set.
-
getFloatData
float getFloatData()float floatData = 5;- Returns:
- The floatData.
-
hasDoubleData
boolean hasDoubleData()double doubleData = 6;- Returns:
- Whether the doubleData field is set.
-
getDoubleData
double getDoubleData()double doubleData = 6;- Returns:
- The doubleData.
-
hasStringData
boolean hasStringData()string stringData = 7;- Returns:
- Whether the stringData field is set.
-
getStringData
String getStringData()string stringData = 7;- Returns:
- The stringData.
-
getStringDataBytes
com.google.protobuf.ByteString getStringDataBytes()string stringData = 7;- Returns:
- The bytes for stringData.
-
hasDateData
boolean hasDateData()int64 dateData = 8;- Returns:
- Whether the dateData field is set.
-
getDateData
long getDateData()int64 dateData = 8;- Returns:
- The dateData.
-
hasUuidData
boolean hasUuidData().org.vitrivr.cottontail.grpc.Uuid uuidData = 9;- Returns:
- Whether the uuidData field is set.
-
getUuidData
CottontailGrpc.Uuid getUuidData().org.vitrivr.cottontail.grpc.Uuid uuidData = 9;- Returns:
- The uuidData.
-
getUuidDataOrBuilder
CottontailGrpc.UuidOrBuilder getUuidDataOrBuilder().org.vitrivr.cottontail.grpc.Uuid uuidData = 9; -
hasComplex32Data
boolean hasComplex32Data()Struct types.
.org.vitrivr.cottontail.grpc.Complex32 complex32Data = 20;- Returns:
- Whether the complex32Data field is set.
-
getComplex32Data
CottontailGrpc.Complex32 getComplex32Data()Struct types.
.org.vitrivr.cottontail.grpc.Complex32 complex32Data = 20;- Returns:
- The complex32Data.
-
getComplex32DataOrBuilder
CottontailGrpc.Complex32OrBuilder getComplex32DataOrBuilder()Struct types.
.org.vitrivr.cottontail.grpc.Complex32 complex32Data = 20; -
hasComplex64Data
boolean hasComplex64Data().org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21;- Returns:
- Whether the complex64Data field is set.
-
getComplex64Data
CottontailGrpc.Complex64 getComplex64Data().org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21;- Returns:
- The complex64Data.
-
getComplex64DataOrBuilder
CottontailGrpc.Complex64OrBuilder getComplex64DataOrBuilder().org.vitrivr.cottontail.grpc.Complex64 complex64Data = 21; -
hasVectorData
boolean hasVectorData()Vector types.
.org.vitrivr.cottontail.grpc.Vector vectorData = 30;- Returns:
- Whether the vectorData field is set.
-
getVectorData
CottontailGrpc.Vector getVectorData()Vector types.
.org.vitrivr.cottontail.grpc.Vector vectorData = 30;- Returns:
- The vectorData.
-
getVectorDataOrBuilder
CottontailGrpc.VectorOrBuilder getVectorDataOrBuilder()Vector types.
.org.vitrivr.cottontail.grpc.Vector vectorData = 30; -
hasByteStringData
boolean hasByteStringData()Blob types.
bytes byteStringData = 50;- Returns:
- Whether the byteStringData field is set.
-
getByteStringData
com.google.protobuf.ByteString getByteStringData()Blob types.
bytes byteStringData = 50;- Returns:
- The byteStringData.
-
getDataCase
CottontailGrpc.Literal.DataCase getDataCase()
-