Uses of Enum Class
io.trino.sql.planner.plan.WindowFrameType
Packages that use WindowFrameType
-
Uses of WindowFrameType in io.trino.operator.window
Methods in io.trino.operator.window that return WindowFrameTypeConstructors in io.trino.operator.window with parameters of type WindowFrameTypeModifierConstructorDescriptionFrameInfo(WindowFrameType type, FrameBoundType startType, Optional<Integer> startChannel, Optional<Integer> sortKeyChannelForStartComparison, FrameBoundType endType, Optional<Integer> endChannel, Optional<Integer> sortKeyChannelForEndComparison, Optional<Integer> sortKeyChannel, Optional<FrameInfo.Ordering> ordering) -
Uses of WindowFrameType in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return WindowFrameTypeModifier and TypeMethodDescriptionWindowNode.Frame.getType()static WindowFrameTypeReturns the enum constant of this class with the specified name.static WindowFrameType[]WindowFrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type WindowFrameTypeModifierConstructorDescriptionFrame(WindowFrameType type, FrameBoundType startType, Optional<Symbol> startValue, Optional<Symbol> sortKeyCoercedForFrameStartComparison, FrameBoundType endType, Optional<Symbol> endValue, Optional<Symbol> sortKeyCoercedForFrameEndComparison)