Uses of Class
io.trino.sql.planner.plan.SimplePlanRewriter
-
Packages that use SimplePlanRewriter Package Description io.trino.sql.planner.plan -
-
Uses of SimplePlanRewriter in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan with parameters of type SimplePlanRewriter Modifier and Type Method Description static <C> PlanNodeSimplePlanRewriter. rewriteWith(SimplePlanRewriter<C> rewriter, PlanNode node)static <C> PlanNodeSimplePlanRewriter. rewriteWith(SimplePlanRewriter<C> rewriter, PlanNode node, C context)
-