Uses of Enum Class
io.trino.operator.WindowOperator.FrameBoundKey.Type
Packages that use WindowOperator.FrameBoundKey.Type
-
Uses of WindowOperator.FrameBoundKey.Type in io.trino.operator
Methods in io.trino.operator that return WindowOperator.FrameBoundKey.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WindowOperator.FrameBoundKey.Type[]WindowOperator.FrameBoundKey.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.operator with parameters of type WindowOperator.FrameBoundKey.TypeModifierConstructorDescriptionFrameBoundKey(int functionIndex, WindowOperator.FrameBoundKey.Type type)