Package io.dingodb.common
Interface Common.ScalarFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.ScalarField,Common.ScalarField.Builder
- Enclosing class:
- Common
public static interface Common.ScalarFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool bool_data = 1;com.google.protobuf.ByteStringbytes bytes_data = 7;string datetime_data = 8;com.google.protobuf.ByteStringstring datetime_data = 8;doubledouble double_data = 5;floatfloat float_data = 4;intint32 int_data = 2;longint64 long_data = 3;string string_data = 6;com.google.protobuf.ByteStringstring string_data = 6;booleanbool bool_data = 1;booleanbytes bytes_data = 7;booleanstring datetime_data = 8;booleandouble double_data = 5;booleanfloat float_data = 4;booleanint32 int_data = 2;booleanint64 long_data = 3;booleanstring string_data = 6;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
-
hasBoolData
boolean hasBoolData()bool bool_data = 1;- Returns:
- Whether the boolData field is set.
-
getBoolData
boolean getBoolData()bool bool_data = 1;- Returns:
- The boolData.
-
hasIntData
boolean hasIntData()int32 int_data = 2;- Returns:
- Whether the intData field is set.
-
getIntData
int getIntData()int32 int_data = 2;- Returns:
- The intData.
-
hasLongData
boolean hasLongData()int64 long_data = 3;- Returns:
- Whether the longData field is set.
-
getLongData
long getLongData()int64 long_data = 3;- Returns:
- The longData.
-
hasFloatData
boolean hasFloatData()float float_data = 4;- Returns:
- Whether the floatData field is set.
-
getFloatData
float getFloatData()float float_data = 4;- Returns:
- The floatData.
-
hasDoubleData
boolean hasDoubleData()double double_data = 5;- Returns:
- Whether the doubleData field is set.
-
getDoubleData
double getDoubleData()double double_data = 5;- Returns:
- The doubleData.
-
hasStringData
boolean hasStringData()string string_data = 6;- Returns:
- Whether the stringData field is set.
-
getStringData
String getStringData()string string_data = 6;- Returns:
- The stringData.
-
getStringDataBytes
com.google.protobuf.ByteString getStringDataBytes()string string_data = 6;- Returns:
- The bytes for stringData.
-
hasBytesData
boolean hasBytesData()bytes bytes_data = 7;- Returns:
- Whether the bytesData field is set.
-
getBytesData
com.google.protobuf.ByteString getBytesData()bytes bytes_data = 7;- Returns:
- The bytesData.
-
hasDatetimeData
boolean hasDatetimeData()string datetime_data = 8;- Returns:
- Whether the datetimeData field is set.
-
getDatetimeData
String getDatetimeData()string datetime_data = 8;- Returns:
- The datetimeData.
-
getDatetimeDataBytes
com.google.protobuf.ByteString getDatetimeDataBytes()string datetime_data = 8;- Returns:
- The bytes for datetimeData.
-
getDataCase
Common.ScalarField.DataCase getDataCase()
-