Class Materializer.IndexedFragmentNode
java.lang.Object
org.apache.drill.exec.planner.fragment.Materializer.IndexedFragmentNode
- Enclosing class:
Materializer
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedFragmentNode(int minorFragmentId, Wrapper info, BiFunction<Wrapper, Integer, CoordinationProtos.DrillbitEndpoint> wrapperToEndpoint, BiFunction<CoordinationProtos.DrillbitEndpoint, PhysicalOperator, Long> memoryReqs) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSubScan(SubScan subScan) voidgetInfo()intgetNode()
-
Constructor Details
-
IndexedFragmentNode
public IndexedFragmentNode(int minorFragmentId, Wrapper info, BiFunction<Wrapper, Integer, CoordinationProtos.DrillbitEndpoint> wrapperToEndpoint, BiFunction<CoordinationProtos.DrillbitEndpoint, PhysicalOperator, Long> memoryReqs)
-
-
Method Details
-
getNode
-
getMinorFragmentId
public int getMinorFragmentId() -
getInfo
-
addAllocation
-
addUnnest
-
getUnnest
-
addSubScan
-
getSubScan
-