Uses of Class
io.trino.sql.tree.WindowFrame.Type
-
Packages that use WindowFrame.Type Package Description io.trino.sql.tree -
-
Uses of WindowFrame.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return WindowFrame.Type Modifier and Type Method Description WindowFrame.TypeWindowFrame. getType()static WindowFrame.TypeWindowFrame.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowFrame.Type[]WindowFrame.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type WindowFrame.Type Constructor Description WindowFrame(NodeLocation location, WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)WindowFrame(WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)
-