Uses of Class
org.apache.drill.exec.proto.UserProtos.GetQueryPlanFragments
Packages that use UserProtos.GetQueryPlanFragments
Package
Description
-
Uses of UserProtos.GetQueryPlanFragments in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetQueryPlanFragmentsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetQueryPlanFragmentsModifier and TypeMethodDescriptionUserProtos.GetQueryPlanFragments.Builder.build()
UserProtos.GetQueryPlanFragments.Builder.buildPartial()
UserProtos.GetQueryPlanFragments.getDefaultInstance()
UserProtos.GetQueryPlanFragments.Builder.getDefaultInstanceForType()
UserProtos.GetQueryPlanFragments.getDefaultInstanceForType()
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.newMessage()
UserProtos.GetQueryPlanFragments.parseDelimitedFrom
(InputStream input) UserProtos.GetQueryPlanFragments.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetQueryPlanFragments.parseFrom
(byte[] data) UserProtos.GetQueryPlanFragments.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetQueryPlanFragments.parseFrom
(com.google.protobuf.ByteString data) UserProtos.GetQueryPlanFragments.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetQueryPlanFragments.parseFrom
(com.google.protobuf.CodedInputStream input) UserProtos.GetQueryPlanFragments.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetQueryPlanFragments.parseFrom
(InputStream input) UserProtos.GetQueryPlanFragments.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetQueryPlanFragments.parseFrom
(ByteBuffer data) UserProtos.GetQueryPlanFragments.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetQueryPlanFragmentsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.parser()
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetQueryPlanFragmentsModifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.isInitialized
(UserProtos.GetQueryPlanFragments message) void
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetQueryPlanFragments message) UserProtos.GetQueryPlanFragments.Builder.mergeFrom
(UserProtos.GetQueryPlanFragments other) UserProtos.GetQueryPlanFragments.newBuilder
(UserProtos.GetQueryPlanFragments prototype) void
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetQueryPlanFragments message) -
Uses of UserProtos.GetQueryPlanFragments in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user with parameters of type UserProtos.GetQueryPlanFragmentsModifier and TypeMethodDescriptionUserClient.planQuery
(UserProtos.GetQueryPlanFragments req) planQuery is an API to plan a query without query execution -
Uses of UserProtos.GetQueryPlanFragments in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user with parameters of type UserProtos.GetQueryPlanFragmentsModifier and TypeMethodDescriptionUserWorker.getQueryPlan
(UserClientConnection connection, UserProtos.GetQueryPlanFragments req) PlanSplitter.planFragments
(DrillbitContext dContext, UserBitShared.QueryId queryId, UserProtos.GetQueryPlanFragments req, UserClientConnection connection) Method to plan the query and return list of fragments it will return query plan "as is" or split plans based on the req setting: split_plan