Uses of Class
org.apache.drill.exec.proto.UserProtos.GetQueryPlanFragments
Package
Description
-
Uses of UserProtos.GetQueryPlanFragments in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetQueryPlanFragments>
UserProtos.GetQueryPlanFragments.parser()
SchemaUserProtos.GetQueryPlanFragments.MessageSchema.typeClass()
Modifier 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
Modifier 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
Modifier 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