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