Uses of Class
org.apache.drill.exec.proto.UserProtos.QueryPlanFragments
Packages that use UserProtos.QueryPlanFragments
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.QueryPlanFragments in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return types with arguments of type UserProtos.QueryPlanFragmentsModifier and TypeMethodDescriptionDrillClient.planQuery
(UserBitShared.QueryType type, String query, boolean isSplitPlan) API to just plan a query without execution -
Uses of UserProtos.QueryPlanFragments in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.QueryPlanFragmentsModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.QueryPlanFragments>
UserProtos.QueryPlanFragments.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.QueryPlanFragmentsModifier and TypeMethodDescriptionUserProtos.QueryPlanFragments.Builder.build()
UserProtos.QueryPlanFragments.Builder.buildPartial()
UserProtos.QueryPlanFragments.getDefaultInstance()
UserProtos.QueryPlanFragments.Builder.getDefaultInstanceForType()
UserProtos.QueryPlanFragments.getDefaultInstanceForType()
SchemaUserProtos.QueryPlanFragments.MessageSchema.newMessage()
UserProtos.QueryPlanFragments.parseDelimitedFrom
(InputStream input) UserProtos.QueryPlanFragments.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.parseFrom
(byte[] data) UserProtos.QueryPlanFragments.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.parseFrom
(com.google.protobuf.ByteString data) UserProtos.QueryPlanFragments.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.parseFrom
(com.google.protobuf.CodedInputStream input) UserProtos.QueryPlanFragments.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.parseFrom
(InputStream input) UserProtos.QueryPlanFragments.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.QueryPlanFragments.parseFrom
(ByteBuffer data) UserProtos.QueryPlanFragments.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.QueryPlanFragmentsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.QueryPlanFragments>
UserProtos.QueryPlanFragments.getParserForType()
static com.google.protobuf.Parser<UserProtos.QueryPlanFragments>
UserProtos.QueryPlanFragments.parser()
SchemaUserProtos.QueryPlanFragments.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.QueryPlanFragmentsModifier and TypeMethodDescriptionboolean
SchemaUserProtos.QueryPlanFragments.MessageSchema.isInitialized
(UserProtos.QueryPlanFragments message) void
SchemaUserProtos.QueryPlanFragments.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.QueryPlanFragments message) UserProtos.QueryPlanFragments.Builder.mergeFrom
(UserProtos.QueryPlanFragments other) UserProtos.QueryPlanFragments.newBuilder
(UserProtos.QueryPlanFragments prototype) void
SchemaUserProtos.QueryPlanFragments.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.QueryPlanFragments message) -
Uses of UserProtos.QueryPlanFragments in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user that return types with arguments of type UserProtos.QueryPlanFragmentsModifier and TypeMethodDescriptionUserClient.planQuery
(UserProtos.GetQueryPlanFragments req) planQuery is an API to plan a query without query execution -
Uses of UserProtos.QueryPlanFragments in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user that return UserProtos.QueryPlanFragmentsModifier 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