Uses of Enum
org.apache.flink.table.types.logical.DayTimeIntervalType.DayTimeResolution
Packages that use DayTimeIntervalType.DayTimeResolution
-
Uses of DayTimeIntervalType.DayTimeResolution in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return DayTimeIntervalType.DayTimeResolutionModifier and TypeMethodDescriptionDayTimeIntervalType.getResolution()Returns the enum constant of this type with the specified name.DayTimeIntervalType.DayTimeResolution.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.types.logical with parameters of type DayTimeIntervalType.DayTimeResolutionModifierConstructorDescriptionDayTimeIntervalType(boolean isNullable, DayTimeIntervalType.DayTimeResolution resolution, int dayPrecision, int fractionalPrecision) DayTimeIntervalType(DayTimeIntervalType.DayTimeResolution resolution, int dayPrecision, int fractionalPrecision)