Uses of Enum Class
io.trino.sql.planner.LogicalPlanner.Stage
Packages that use LogicalPlanner.Stage
-
Uses of LogicalPlanner.Stage in io.trino.sql.planner
Methods in io.trino.sql.planner that return LogicalPlanner.StageModifier and TypeMethodDescriptionstatic LogicalPlanner.StageReturns the enum constant of this class with the specified name.static LogicalPlanner.Stage[]LogicalPlanner.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.planner with parameters of type LogicalPlanner.StageModifier and TypeMethodDescriptionLogicalPlanner.plan(Analysis analysis, LogicalPlanner.Stage stage) LogicalPlanner.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.StageModifier and TypeMethodDescriptionPlanTester.createPlan(Session session, String sql, List<PlanOptimizer> optimizers, LogicalPlanner.Stage stage, WarningCollector warningCollector, PlanOptimizersStatsCollector planOptimizersStatsCollector)