Uses of Enum
org.apache.drill.exec.proto.UserBitShared.QueryType
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserBitShared.QueryType in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.planQuery
(UserBitShared.QueryType type, String query, boolean isSplitPlan) API to just plan a query without executionDrillClient.runQuery
(UserBitShared.QueryType type, String plan) Submits a string based query plan for execution and returns the result batches.void
DrillClient.runQuery
(UserBitShared.QueryType type, String plan, UserResultsListener resultsListener) Submits a Logical plan for direct execution (bypasses parsing)void
DrillClient.runQuery
(UserBitShared.QueryType type, List<BitControl.PlanFragment> planFragments, UserResultsListener resultsListener) Run query based on list of fragments that were supposedly produced during query planning phase. -
Uses of UserBitShared.QueryType in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic UserBitShared.QueryType
UserBitShared.QueryType.forNumber
(int value) UserBitShared.QueryProfile.Builder.getType()
optional .exec.shared.QueryType type = 2;
UserBitShared.QueryProfile.getType()
optional .exec.shared.QueryType type = 2;
UserBitShared.QueryProfileOrBuilder.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.GetQueryPlanFragments.Builder.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.GetQueryPlanFragments.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.GetQueryPlanFragmentsOrBuilder.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.RunQuery.Builder.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.RunQuery.getType()
optional .exec.shared.QueryType type = 2;
UserProtos.RunQueryOrBuilder.getType()
optional .exec.shared.QueryType type = 2;
static UserBitShared.QueryType
UserBitShared.QueryType.valueOf
(int value) Deprecated.static UserBitShared.QueryType
UserBitShared.QueryType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserBitShared.QueryType
Returns the enum constant of this type with the specified name.static UserBitShared.QueryType[]
UserBitShared.QueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserBitShared.QueryType>
UserBitShared.QueryType.internalGetValueMap()
Modifier and TypeMethodDescriptionUserBitShared.QueryProfile.Builder.setType
(UserBitShared.QueryType value) optional .exec.shared.QueryType type = 2;
UserProtos.GetQueryPlanFragments.Builder.setType
(UserBitShared.QueryType value) optional .exec.shared.QueryType type = 2;
UserProtos.RunQuery.Builder.setType
(UserBitShared.QueryType value) optional .exec.shared.QueryType type = 2;
-
Uses of UserBitShared.QueryType in org.apache.drill.exec.server.rest
Modifier and TypeMethodDescriptionprotected void
BaseQueryRunner.startQuery
(UserBitShared.QueryType queryType, String query, UserClientConnection clientConn)