Package io.trino.sql.planner
Class FragmentTableScanCounter
- java.lang.Object
-
- io.trino.sql.planner.FragmentTableScanCounter
-
public final class FragmentTableScanCounter extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcountSources(List<PlanNode> nodes)static booleanhasMultipleSources(PlanNode... nodes)
-