Package org.apache.drill.exec.proto
Interface UserBitShared.SerializedFieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.SerializedField
,UserBitShared.SerializedField.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.SerializedFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
optional int32 buffer_length = 7;
getChild
(int index) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTint
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTonly in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTgetChildOrBuilder
(int index) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTList<? extends UserBitShared.SerializedFieldOrBuilder>
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTthe type associated with this field.the type associated with this field.optional .exec.shared.NamePart name_part = 2;
optional .exec.shared.NamePart name_part = 2;
int
optional int32 value_count = 4;
int
optional int32 var_byte_length = 5;
boolean
optional int32 buffer_length = 7;
boolean
the type associated with this field.boolean
optional .exec.shared.NamePart name_part = 2;
boolean
optional int32 value_count = 4;
boolean
optional int32 var_byte_length = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMajorType
boolean hasMajorType()the type associated with this field.
optional .common.MajorType major_type = 1;
- Returns:
- Whether the majorType field is set.
-
getMajorType
TypeProtos.MajorType getMajorType()the type associated with this field.
optional .common.MajorType major_type = 1;
- Returns:
- The majorType.
-
getMajorTypeOrBuilder
TypeProtos.MajorTypeOrBuilder getMajorTypeOrBuilder()the type associated with this field.
optional .common.MajorType major_type = 1;
-
hasNamePart
boolean hasNamePart()optional .exec.shared.NamePart name_part = 2;
- Returns:
- Whether the namePart field is set.
-
getNamePart
UserBitShared.NamePart getNamePart()optional .exec.shared.NamePart name_part = 2;
- Returns:
- The namePart.
-
getNamePartOrBuilder
UserBitShared.NamePartOrBuilder getNamePartOrBuilder()optional .exec.shared.NamePart name_part = 2;
-
getChildList
List<UserBitShared.SerializedField> getChildList()only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;
-
getChild
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;
-
getChildCount
int getChildCount()only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;
-
getChildOrBuilderList
List<? extends UserBitShared.SerializedFieldOrBuilder> getChildOrBuilderList()only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;
-
getChildOrBuilder
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;
-
hasValueCount
boolean hasValueCount()optional int32 value_count = 4;
- Returns:
- Whether the valueCount field is set.
-
getValueCount
int getValueCount()optional int32 value_count = 4;
- Returns:
- The valueCount.
-
hasVarByteLength
boolean hasVarByteLength()optional int32 var_byte_length = 5;
- Returns:
- Whether the varByteLength field is set.
-
getVarByteLength
int getVarByteLength()optional int32 var_byte_length = 5;
- Returns:
- The varByteLength.
-
hasBufferLength
boolean hasBufferLength()optional int32 buffer_length = 7;
- Returns:
- Whether the bufferLength field is set.
-
getBufferLength
int getBufferLength()optional int32 buffer_length = 7;
- Returns:
- The bufferLength.
-