Uses of Class
io.trino.operator.WindowOperator.FrameBoundKey.Type
-
Packages that use WindowOperator.FrameBoundKey.Type Package Description io.trino.operator -
-
Uses of WindowOperator.FrameBoundKey.Type in io.trino.operator
Methods in io.trino.operator that return WindowOperator.FrameBoundKey.Type Modifier and Type Method Description static WindowOperator.FrameBoundKey.TypeWindowOperator.FrameBoundKey.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowOperator.FrameBoundKey.Type[]WindowOperator.FrameBoundKey.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.operator with parameters of type WindowOperator.FrameBoundKey.Type Constructor Description FrameBoundKey(int functionIndex, WindowOperator.FrameBoundKey.Type type)
-