Package org.apache.drill.exec.work.user
Class PlanSplitter
java.lang.Object
org.apache.drill.exec.work.user.PlanSplitter
Helper class to return PlanFragments based on the query plan
or based on split query plan
As of now it is only invoked once per query and therefore cheap to create PlanSplitter object
on heap.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionplanFragments
(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
-
Constructor Details
-
PlanSplitter
public PlanSplitter()
-
-
Method Details