Uses of Enum Class
io.trino.sql.planner.plan.FrameBoundType
Packages that use FrameBoundType
-
Uses of FrameBoundType in io.trino.operator.window
Methods in io.trino.operator.window that return FrameBoundTypeConstructors in io.trino.operator.window with parameters of type FrameBoundTypeModifierConstructorDescriptionFrameInfo(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 FrameBoundType in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return FrameBoundTypeModifier and TypeMethodDescriptionWindowNode.Frame.getEndType()WindowNode.Frame.getStartType()static FrameBoundTypeReturns the enum constant of this class with the specified name.static FrameBoundType[]FrameBoundType.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 FrameBoundTypeModifierConstructorDescriptionFrame(WindowFrameType type, FrameBoundType startType, Optional<Symbol> startValue, Optional<Symbol> sortKeyCoercedForFrameStartComparison, FrameBoundType endType, Optional<Symbol> endValue, Optional<Symbol> sortKeyCoercedForFrameEndComparison)