Uses of Class
org.apache.drill.exec.proto.UserBitShared.SerializedField.Builder
Packages that use UserBitShared.SerializedField.Builder
Package
Description
-
Uses of UserBitShared.SerializedField.Builder in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserBitShared.SerializedField.BuilderModifier and TypeMethodDescriptionUserBitShared.SerializedField.Builder.addAllChild
(Iterable<? extends UserBitShared.SerializedField> values) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChild
(int index, UserBitShared.SerializedField value) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChild
(int index, UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChild
(UserBitShared.SerializedField value) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChild
(UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChildBuilder()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChildBuilder
(int index) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.RecordBatchDef.Builder.addFieldBuilder()
repeated .exec.shared.SerializedField field = 2;
UserBitShared.RecordBatchDef.Builder.addFieldBuilder
(int index) repeated .exec.shared.SerializedField field = 2;
UserBitShared.SerializedField.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.SerializedField.Builder.clear()
UserBitShared.SerializedField.Builder.clearBufferLength()
optional int32 buffer_length = 7;
UserBitShared.SerializedField.Builder.clearChild()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) UserBitShared.SerializedField.Builder.clearMajorType()
the type associated with this field.UserBitShared.SerializedField.Builder.clearNamePart()
optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedField.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserBitShared.SerializedField.Builder.clearValueCount()
optional int32 value_count = 4;
UserBitShared.SerializedField.Builder.clearVarByteLength()
optional int32 var_byte_length = 5;
UserBitShared.SerializedField.Builder.clone()
UserBitShared.SerializedField.Builder.getChildBuilder
(int index) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.RecordBatchDef.Builder.getFieldBuilder
(int index) repeated .exec.shared.SerializedField field = 2;
UserBitShared.SerializedField.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.SerializedField.Builder.mergeFrom
(com.google.protobuf.Message other) UserBitShared.SerializedField.Builder.mergeFrom
(UserBitShared.SerializedField other) UserBitShared.SerializedField.Builder.mergeMajorType
(TypeProtos.MajorType value) the type associated with this field.UserBitShared.SerializedField.Builder.mergeNamePart
(UserBitShared.NamePart value) optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedField.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.SerializedField.newBuilder()
UserBitShared.SerializedField.newBuilder
(UserBitShared.SerializedField prototype) UserBitShared.SerializedField.newBuilderForType()
protected UserBitShared.SerializedField.Builder
UserBitShared.SerializedField.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserBitShared.SerializedField.BuilderSchema.newMessage()
UserBitShared.SerializedField.Builder.removeChild
(int index) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.setBufferLength
(int value) optional int32 buffer_length = 7;
UserBitShared.SerializedField.Builder.setChild
(int index, UserBitShared.SerializedField value) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.setChild
(int index, UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.SerializedField.Builder.setMajorType
(TypeProtos.MajorType value) the type associated with this field.UserBitShared.SerializedField.Builder.setMajorType
(TypeProtos.MajorType.Builder builderForValue) the type associated with this field.UserBitShared.SerializedField.Builder.setNamePart
(UserBitShared.NamePart value) optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedField.Builder.setNamePart
(UserBitShared.NamePart.Builder builderForValue) optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedField.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserBitShared.SerializedField.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.SerializedField.Builder.setValueCount
(int value) optional int32 value_count = 4;
UserBitShared.SerializedField.Builder.setVarByteLength
(int value) optional int32 var_byte_length = 5;
UserBitShared.SerializedField.toBuilder()
Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.SerializedField.BuilderModifier and TypeMethodDescriptionUserBitShared.SerializedField.Builder.getChildBuilderList()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.RecordBatchDef.Builder.getFieldBuilderList()
repeated .exec.shared.SerializedField field = 2;
SchemaUserBitShared.SerializedField.BuilderSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.SerializedField.BuilderModifier and TypeMethodDescriptionUserBitShared.SerializedField.Builder.addChild
(int index, UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.SerializedField.Builder.addChild
(UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.RecordBatchDef.Builder.addField
(int index, UserBitShared.SerializedField.Builder builderForValue) repeated .exec.shared.SerializedField field = 2;
UserBitShared.RecordBatchDef.Builder.addField
(UserBitShared.SerializedField.Builder builderForValue) repeated .exec.shared.SerializedField field = 2;
boolean
SchemaUserBitShared.SerializedField.BuilderSchema.isInitialized
(UserBitShared.SerializedField.Builder builder) void
SchemaUserBitShared.SerializedField.BuilderSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.SerializedField.Builder builder) UserBitShared.SerializedField.Builder.setChild
(int index, UserBitShared.SerializedField.Builder builderForValue) only in the cases of type == MAP or REPEAT_MAP or REPEATED_LISTUserBitShared.RecordBatchDef.Builder.setField
(int index, UserBitShared.SerializedField.Builder builderForValue) repeated .exec.shared.SerializedField field = 2;
void
SchemaUserBitShared.SerializedField.BuilderSchema.writeTo
(io.protostuff.Output output, UserBitShared.SerializedField.Builder builder) -
Uses of UserBitShared.SerializedField.Builder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record that return UserBitShared.SerializedField.Builder -
Uses of UserBitShared.SerializedField.Builder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return UserBitShared.SerializedField.BuilderModifier and TypeMethodDescriptionprotected UserBitShared.SerializedField.Builder
BaseValueVector.getMetadataBuilder()
NullableBigIntVector.getMetadataBuilder()
NullableBitVector.getMetadataBuilder()
NullableDateVector.getMetadataBuilder()
NullableDecimal18Vector.getMetadataBuilder()
NullableDecimal28DenseVector.getMetadataBuilder()
NullableDecimal28SparseVector.getMetadataBuilder()
NullableDecimal38DenseVector.getMetadataBuilder()
NullableDecimal38SparseVector.getMetadataBuilder()
NullableDecimal9Vector.getMetadataBuilder()
NullableFloat4Vector.getMetadataBuilder()
NullableFloat8Vector.getMetadataBuilder()
NullableIntervalDayVector.getMetadataBuilder()
NullableIntervalVector.getMetadataBuilder()
NullableIntervalYearVector.getMetadataBuilder()
NullableIntVector.getMetadataBuilder()
NullableSmallIntVector.getMetadataBuilder()
NullableTimeStampVector.getMetadataBuilder()
NullableTimeVector.getMetadataBuilder()
NullableTinyIntVector.getMetadataBuilder()
NullableUInt1Vector.getMetadataBuilder()
NullableUInt2Vector.getMetadataBuilder()
NullableUInt4Vector.getMetadataBuilder()
NullableUInt8Vector.getMetadataBuilder()
NullableVar16CharVector.getMetadataBuilder()
NullableVarBinaryVector.getMetadataBuilder()
NullableVarCharVector.getMetadataBuilder()
NullableVarDecimalVector.getMetadataBuilder()
protected UserBitShared.SerializedField.Builder
RepeatedVar16CharVector.getMetadataBuilder()
protected UserBitShared.SerializedField.Builder
RepeatedVarBinaryVector.getMetadataBuilder()
protected UserBitShared.SerializedField.Builder
RepeatedVarCharVector.getMetadataBuilder()
protected UserBitShared.SerializedField.Builder
RepeatedVarDecimalVector.getMetadataBuilder()
-
Uses of UserBitShared.SerializedField.Builder in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return UserBitShared.SerializedField.BuilderModifier and TypeMethodDescriptionprotected UserBitShared.SerializedField.Builder
BaseRepeatedValueVector.getMetadataBuilder()
protected UserBitShared.SerializedField.Builder
ListVector.getMetadataBuilder()