Class Materializer.IndexedFragmentNode
java.lang.Object
org.apache.drill.exec.planner.fragment.Materializer.IndexedFragmentNode
- Enclosing class:
- Materializer
-
Constructor Summary
ConstructorDescriptionIndexedFragmentNode
(int minorFragmentId, Wrapper info, BiFunction<Wrapper, Integer, CoordinationProtos.DrillbitEndpoint> wrapperToEndpoint, BiFunction<CoordinationProtos.DrillbitEndpoint, PhysicalOperator, Long> memoryReqs) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addSubScan
(SubScan subScan) void
getInfo()
int
getNode()
-
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
-