Class DesugarRowSubscript
- java.lang.Object
-
- io.prestosql.sql.planner.iterative.rule.ExpressionRewriteRuleSet
-
- io.prestosql.sql.planner.iterative.rule.DesugarRowSubscript
-
public class DesugarRowSubscript extends ExpressionRewriteRuleSet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.prestosql.sql.planner.iterative.rule.ExpressionRewriteRuleSet
ExpressionRewriteRuleSet.ExpressionRewriter
-
-
Constructor Summary
Constructors Constructor Description DesugarRowSubscript(TypeAnalyzer typeAnalyzer)
-
Method Summary
-
Methods inherited from class io.prestosql.sql.planner.iterative.rule.ExpressionRewriteRuleSet
aggregationExpressionRewrite, filterExpressionRewrite, joinExpressionRewrite, projectExpressionRewrite, rules, valuesExpressionRewrite
-
-
-
-
Constructor Detail
-
DesugarRowSubscript
public DesugarRowSubscript(TypeAnalyzer typeAnalyzer)
-
-