Class DesugarCurrentSchema
java.lang.Object
io.trino.sql.planner.iterative.rule.ExpressionRewriteRuleSet
io.trino.sql.planner.iterative.rule.DesugarCurrentSchema
-
Nested Class Summary
Nested classes/interfaces inherited from class io.trino.sql.planner.iterative.rule.ExpressionRewriteRuleSet
ExpressionRewriteRuleSet.ExpressionRewriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionCalldesugarCurrentSchema(Session session, CurrentSchema node, Metadata metadata) Methods inherited from class io.trino.sql.planner.iterative.rule.ExpressionRewriteRuleSet
aggregationExpressionRewrite, filterExpressionRewrite, joinExpressionRewrite, patternRecognitionExpressionRewrite, projectExpressionRewrite, rules, valuesExpressionRewrite
-
Constructor Details
-
DesugarCurrentSchema
-
-
Method Details
-
desugarCurrentSchema
public static FunctionCall desugarCurrentSchema(Session session, CurrentSchema node, Metadata metadata)
-