Package io.dingodb.common
Interface Common.DocumentValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.DocumentValue,Common.DocumentValue.Builder
- Enclosing class:
- Common
public static interface Common.DocumentValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondata type of scalar field for document, only INT64, DOUBLE and STRING is supportedintdata type of scalar field for document, only INT64, DOUBLE and STRING is supportedscalar fieldscalar fieldbooleanscalar fieldMethods 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
-
getFieldTypeValue
int getFieldTypeValue()data type of scalar field for document, only INT64, DOUBLE and STRING is supported
.dingodb.pb.common.ScalarFieldType field_type = 1;- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
Common.ScalarFieldType getFieldType()data type of scalar field for document, only INT64, DOUBLE and STRING is supported
.dingodb.pb.common.ScalarFieldType field_type = 1;- Returns:
- The fieldType.
-
hasFieldValue
boolean hasFieldValue()scalar field
.dingodb.pb.common.ScalarField field_value = 2;- Returns:
- Whether the fieldValue field is set.
-
getFieldValue
Common.ScalarField getFieldValue()scalar field
.dingodb.pb.common.ScalarField field_value = 2;- Returns:
- The fieldValue.
-
getFieldValueOrBuilder
Common.ScalarFieldOrBuilder getFieldValueOrBuilder()scalar field
.dingodb.pb.common.ScalarField field_value = 2;
-