Package io.dingodb.common
Interface Common.ScalarValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.ScalarValue,Common.ScalarValue.Builder
- Enclosing class:
- Common
public static interface Common.ScalarValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) scalar field, only one element in most casesintscalar field, only one element in most casesscalar field, only one element in most casesgetFieldsOrBuilder(int index) scalar field, only one element in most casesList<? extends Common.ScalarFieldOrBuilder>scalar field, only one element in most casesdata type of scalar fieldintdata type of scalar 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
.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
.dingodb.pb.common.ScalarFieldType field_type = 1;- Returns:
- The fieldType.
-
getFieldsList
List<Common.ScalarField> getFieldsList()scalar field, only one element in most cases
repeated .dingodb.pb.common.ScalarField fields = 2; -
getFields
scalar field, only one element in most cases
repeated .dingodb.pb.common.ScalarField fields = 2; -
getFieldsCount
int getFieldsCount()scalar field, only one element in most cases
repeated .dingodb.pb.common.ScalarField fields = 2; -
getFieldsOrBuilderList
List<? extends Common.ScalarFieldOrBuilder> getFieldsOrBuilderList()scalar field, only one element in most cases
repeated .dingodb.pb.common.ScalarField fields = 2; -
getFieldsOrBuilder
scalar field, only one element in most cases
repeated .dingodb.pb.common.ScalarField fields = 2;
-