Uses of Class
org.apache.drill.exec.proto.UserBitShared.QueryId.Builder
-
Uses of UserBitShared.QueryId.Builder in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionUserBitShared.QueryId.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.QueryId.Builder.clear()
UserBitShared.QueryId.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) UserBitShared.QueryId.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserBitShared.QueryId.Builder.clearPart1()
optional sfixed64 part1 = 1;
UserBitShared.QueryId.Builder.clearPart2()
optional sfixed64 part2 = 2;
UserBitShared.QueryId.Builder.clone()
UserBitShared.QueryProfile.Builder.getIdBuilder()
optional .exec.shared.QueryId id = 1;
ExecProtos.FragmentHandle.Builder.getParentQueryIdBuilder()
optional .exec.shared.QueryId parent_query_id = 4;
BitData.FragmentRecordBatch.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 1;
BitData.RuntimeFilterBDef.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 1;
ExecProtos.FragmentHandle.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryData.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryResult.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 2;
UserProtos.QueryPlanFragments.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 2;
UserProtos.RequestResults.Builder.getQueryIdBuilder()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryId.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.QueryId.Builder.mergeFrom
(com.google.protobuf.Message other) UserBitShared.QueryId.Builder.mergeFrom
(UserBitShared.QueryId other) UserBitShared.QueryId.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.QueryId.newBuilder()
UserBitShared.QueryId.newBuilder
(UserBitShared.QueryId prototype) UserBitShared.QueryId.newBuilderForType()
protected UserBitShared.QueryId.Builder
UserBitShared.QueryId.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserBitShared.QueryId.BuilderSchema.newMessage()
UserBitShared.QueryId.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserBitShared.QueryId.Builder.setPart1
(long value) optional sfixed64 part1 = 1;
UserBitShared.QueryId.Builder.setPart2
(long value) optional sfixed64 part2 = 2;
UserBitShared.QueryId.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserBitShared.QueryId.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserBitShared.QueryId.toBuilder()
Modifier and TypeMethodDescriptionboolean
SchemaUserBitShared.QueryId.BuilderSchema.isInitialized
(UserBitShared.QueryId.Builder builder) void
SchemaUserBitShared.QueryId.BuilderSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.QueryId.Builder builder) UserBitShared.QueryProfile.Builder.setId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId id = 1;
ExecProtos.FragmentHandle.Builder.setParentQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId parent_query_id = 4;
BitData.FragmentRecordBatch.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;
BitData.RuntimeFilterBDef.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;
ExecProtos.FragmentHandle.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryData.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryResult.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 2;
UserProtos.QueryPlanFragments.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 2;
UserProtos.RequestResults.Builder.setQueryId
(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;
void
SchemaUserBitShared.QueryId.BuilderSchema.writeTo
(io.protostuff.Output output, UserBitShared.QueryId.Builder builder)