Uses of Class
io.trino.sql.tree.FrameBound.Type
-
Packages that use FrameBound.Type Package Description io.trino.sql.tree -
-
Uses of FrameBound.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return FrameBound.Type Modifier and Type Method Description FrameBound.TypeFrameBound. getType()static FrameBound.TypeFrameBound.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FrameBound.Type[]FrameBound.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 FrameBound.Type Constructor Description FrameBound(FrameBound.Type type)FrameBound(FrameBound.Type type, Expression value)FrameBound(NodeLocation location, FrameBound.Type type)FrameBound(NodeLocation location, FrameBound.Type type, Expression value)
-