Uses of Class
io.trino.sql.tree.IntervalDayTimeDataType.Field
-
Packages that use IntervalDayTimeDataType.Field Package Description io.trino.sql.tree -
-
Uses of IntervalDayTimeDataType.Field in io.trino.sql.tree
Methods in io.trino.sql.tree that return IntervalDayTimeDataType.Field Modifier and Type Method Description IntervalDayTimeDataType.FieldIntervalDayTimeDataType. getFrom()IntervalDayTimeDataType.FieldIntervalDayTimeDataType. getTo()static IntervalDayTimeDataType.FieldIntervalDayTimeDataType.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static IntervalDayTimeDataType.Field[]IntervalDayTimeDataType.Field. 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 IntervalDayTimeDataType.Field Constructor Description IntervalDayTimeDataType(NodeLocation location, IntervalDayTimeDataType.Field from, IntervalDayTimeDataType.Field to)IntervalDayTimeDataType(Optional<NodeLocation> location, IntervalDayTimeDataType.Field from, IntervalDayTimeDataType.Field to)
-