Uses of Enum Class
io.trino.sql.tree.IntervalDayTimeDataType.Field
Packages that use IntervalDayTimeDataType.Field
-
Uses of IntervalDayTimeDataType.Field in io.trino.sql.tree
Subclasses with type arguments of type IntervalDayTimeDataType.Field in io.trino.sql.treeMethods in io.trino.sql.tree that return IntervalDayTimeDataType.FieldModifier and TypeMethodDescriptionIntervalDayTimeDataType.getFrom()IntervalDayTimeDataType.getTo()Returns the enum constant of this class with the specified name.static IntervalDayTimeDataType.Field[]IntervalDayTimeDataType.Field.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 IntervalDayTimeDataType.FieldModifierConstructorDescriptionIntervalDayTimeDataType(NodeLocation location, IntervalDayTimeDataType.Field from, IntervalDayTimeDataType.Field to) IntervalDayTimeDataType(Optional<NodeLocation> location, IntervalDayTimeDataType.Field from, IntervalDayTimeDataType.Field to)