Package io.trino.sql.rewrite
Interface StatementRewrite.Rewrite
-
- All Known Implementing Classes:
DescribeInputRewrite,DescribeOutputRewrite,ExplainRewrite,ShowQueriesRewrite,ShowStatsRewrite
- Enclosing class:
- StatementRewrite
public static interface StatementRewrite.Rewrite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementrewrite(AnalyzerFactory analyzerFactory, Session session, Statement node, List<Expression> parameters, Map<NodeRef<Parameter>,Expression> parameterLookup, WarningCollector warningCollector)
-
-
-
Method Detail
-
rewrite
Statement rewrite(AnalyzerFactory analyzerFactory, Session session, Statement node, List<Expression> parameters, Map<NodeRef<Parameter>,Expression> parameterLookup, WarningCollector warningCollector)
-
-