Class InsertLocalExchangeVisitor
java.lang.Object
org.apache.drill.exec.planner.physical.visitor.BasePrelVisitor<Prel,Void,RuntimeException>
org.apache.drill.exec.planner.physical.visitor.InsertLocalExchangeVisitor
- All Implemented Interfaces:
PrelVisitor<Prel,
Void, RuntimeException>
-
Field Summary
Fields inherited from interface org.apache.drill.exec.planner.physical.visitor.PrelVisitor
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Prel
insertLocalExchanges
(Prel prel, OptionManager options) visitExchange
(ExchangePrel prel, Void value) Methods inherited from class org.apache.drill.exec.planner.physical.visitor.BasePrelVisitor
visitJoin, visitLateral, visitLeaf, visitProject, visitScan, visitScan, visitScreen, visitTableModify, visitUnnest, visitWriter
-
Constructor Details
-
InsertLocalExchangeVisitor
-
-
Method Details
-
insertLocalExchanges
-
visitExchange
- Specified by:
visitExchange
in interfacePrelVisitor<Prel,
Void, RuntimeException> - Overrides:
visitExchange
in classBasePrelVisitor<Prel,
Void, RuntimeException> - Throws:
RuntimeException
-
visitPrel
- Specified by:
visitPrel
in interfacePrelVisitor<Prel,
Void, RuntimeException> - Overrides:
visitPrel
in classBasePrelVisitor<Prel,
Void, RuntimeException> - Throws:
RuntimeException
-