Uses of Enum Class
io.trino.sql.planner.plan.TopNNode.Step
Packages that use TopNNode.Step
-
Uses of TopNNode.Step in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return TopNNode.StepModifier and TypeMethodDescriptionTopNNode.getStep()static TopNNode.StepReturns the enum constant of this class with the specified name.static TopNNode.Step[]TopNNode.Step.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.planner.plan that return types with arguments of type TopNNode.StepModifier and TypeMethodDescriptionstatic Property<TopNNode, Lookup, TopNNode.Step> Patterns.TopN.step()Constructors in io.trino.sql.planner.plan with parameters of type TopNNode.StepModifierConstructorDescriptionTopNNode(PlanNodeId id, PlanNode source, long count, OrderingScheme orderingScheme, TopNNode.Step step)