Uses of Enum Class
io.trino.sql.tree.QueryPeriod.RangeType
Packages that use QueryPeriod.RangeType
-
Uses of QueryPeriod.RangeType in io.trino.sql.tree
Subclasses with type arguments of type QueryPeriod.RangeType in io.trino.sql.treeMethods in io.trino.sql.tree that return QueryPeriod.RangeTypeModifier and TypeMethodDescriptionQueryPeriod.getRangeType()static QueryPeriod.RangeTypeReturns the enum constant of this class with the specified name.static QueryPeriod.RangeType[]QueryPeriod.RangeType.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 QueryPeriod.RangeTypeModifierConstructorDescriptionQueryPeriod(NodeLocation location, QueryPeriod.RangeType rangeType, Expression end)