Class DetermineTableScanNodePartitioning
java.lang.Object
io.trino.sql.planner.iterative.rule.DetermineTableScanNodePartitioning
- All Implemented Interfaces:
Rule<TableScanNode>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.sql.planner.iterative.Rule
Rule.Context, Rule.Result -
Constructor Summary
ConstructorsConstructorDescriptionDetermineTableScanNodePartitioning(Metadata metadata, NodePartitioningManager nodePartitioningManager, TaskCountEstimator taskCountEstimator) -
Method Summary
Modifier and TypeMethodDescriptionapply(TableScanNode node, Captures captures, Rule.Context context) Returns a pattern to which plan nodes this rule applies.
-
Constructor Details
-
DetermineTableScanNodePartitioning
public DetermineTableScanNodePartitioning(Metadata metadata, NodePartitioningManager nodePartitioningManager, TaskCountEstimator taskCountEstimator)
-
-
Method Details
-
getPattern
Description copied from interface:RuleReturns a pattern to which plan nodes this rule applies.- Specified by:
getPatternin interfaceRule<TableScanNode>
-
apply
- Specified by:
applyin interfaceRule<TableScanNode>
-