Class MemoryEstimationVisitor
java.lang.Object
org.apache.drill.exec.planner.physical.visitor.BasePrelVisitor<Double,Void,RuntimeException>
org.apache.drill.exec.planner.physical.visitor.MemoryEstimationVisitor
- All Implemented Interfaces:
PrelVisitor<Double,Void, RuntimeException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanenoughMemory(Prel prel, OptionManager options, int numDrillbits) static DoubleestimateMemory(Prel prel) Methods inherited from class org.apache.drill.exec.planner.physical.visitor.BasePrelVisitor
visitExchange, visitJoin, visitLateral, visitLeaf, visitProject, visitScan, visitScan, visitScreen, visitTableModify, visitUnnest, visitWriter
-
Constructor Details
-
MemoryEstimationVisitor
public MemoryEstimationVisitor()
-
-
Method Details
-
enoughMemory
-
estimateMemory
-
visitPrel
- Specified by:
visitPrelin interfacePrelVisitor<Double,Void, RuntimeException> - Overrides:
visitPrelin classBasePrelVisitor<Double,Void, RuntimeException> - Throws:
RuntimeException
-