Package org.apache.drill.exec.work
Class QueryWorkUnit.MinorFragmentDefn
java.lang.Object
org.apache.drill.exec.work.QueryWorkUnit.MinorFragmentDefn
- Enclosing class:
- QueryWorkUnit
Definition of a minor fragment that contains the (unserialized) fragment operator
tree and the (partially built) fragment. Allows the resource manager to apply
memory allocations before serializing the fragments to JSON.
-
Constructor Summary
ConstructorDescriptionMinorFragmentDefn
(BitControl.PlanFragment fragment, FragmentRoot root, OptionList options) -
Method Summary
Modifier and TypeMethodDescriptionapplyPlan
(PhysicalPlanReader reader) fragment()
options()
root()
-
Constructor Details
-
MinorFragmentDefn
-
-
Method Details
-
root
-
fragment
-
options
-
applyPlan
- Throws:
ForemanSetupException
-