Uses of Enum Class
io.trino.sql.tree.FrameBound.Type
Packages that use FrameBound.Type
-
Uses of FrameBound.Type in io.trino.sql.tree
Subclasses with type arguments of type FrameBound.Type in io.trino.sql.treeMethods in io.trino.sql.tree that return FrameBound.TypeModifier and TypeMethodDescriptionFrameBound.getType()static FrameBound.TypeReturns the enum constant of this class with the specified name.static FrameBound.Type[]FrameBound.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type FrameBound.TypeModifierConstructorDescriptionFrameBound(FrameBound.Type type, Expression value) Deprecated.FrameBound(NodeLocation location, FrameBound.Type type) FrameBound(NodeLocation location, FrameBound.Type type, Expression value)