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