Uses of Enum
io.trino.sql.tree.FrameBound.Type
Packages that use FrameBound.Type
-
Uses of FrameBound.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return FrameBound.TypeModifier and TypeMethodDescriptionFrameBound.getType()static FrameBound.TypeReturns 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.TypeModifierConstructorDescriptionFrameBound(FrameBound.Type type) FrameBound(FrameBound.Type type, Expression value) FrameBound(NodeLocation location, FrameBound.Type type) FrameBound(NodeLocation location, FrameBound.Type type, Expression value)