Uses of Class
io.trino.sql.planner.LogicalPlanner.Stage
-
Packages that use LogicalPlanner.Stage Package Description io.trino.sql.planner io.trino.testing -
-
Uses of LogicalPlanner.Stage in io.trino.sql.planner
Methods in io.trino.sql.planner that return LogicalPlanner.Stage Modifier and Type Method Description static LogicalPlanner.StageLogicalPlanner.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalPlanner.Stage[]LogicalPlanner.Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.planner with parameters of type LogicalPlanner.Stage Modifier and Type Method Description PlanLogicalPlanner. plan(Analysis analysis, LogicalPlanner.Stage stage)PlanLogicalPlanner. plan(Analysis analysis, LogicalPlanner.Stage stage, boolean collectPlanStatistics) -
Uses of LogicalPlanner.Stage in io.trino.testing
Methods in io.trino.testing with parameters of type LogicalPlanner.Stage Modifier and Type Method Description PlanLocalQueryRunner. createPlan(Session session, String sql, LogicalPlanner.Stage stage, boolean forceSingleNode, WarningCollector warningCollector)PlanLocalQueryRunner. createPlan(Session session, String sql, LogicalPlanner.Stage stage, WarningCollector warningCollector)PlanLocalQueryRunner. createPlan(Session session, String sql, List<PlanOptimizer> optimizers, LogicalPlanner.Stage stage, WarningCollector warningCollector)
-