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