Package io.trino.sql.planner
Class FragmentTableScanCounter
java.lang.Object
io.trino.sql.planner.FragmentTableScanCounter
Visitor to count number of tables scanned in the current fragment
(fragments separated by ExchangeNodes).
TODO: remove this class after we make colocated_join always true
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcountSources(List<PlanNode> nodes) static booleanhasMultipleSources(PlanNode... nodes)
-
Method Details
-
countSources
-
hasMultipleSources
-