Uses of Class
org.apache.flink.table.types.logical.DayTimeIntervalType.DayTimeResolution
-
Packages that use DayTimeIntervalType.DayTimeResolution Package Description org.apache.flink.table.types.logical -
-
Uses of DayTimeIntervalType.DayTimeResolution in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return DayTimeIntervalType.DayTimeResolution Modifier and Type Method Description DayTimeIntervalType.DayTimeResolutionDayTimeIntervalType. getResolution()static DayTimeIntervalType.DayTimeResolutionDayTimeIntervalType.DayTimeResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static DayTimeIntervalType.DayTimeResolution[]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.DayTimeResolution Constructor Description DayTimeIntervalType(boolean isNullable, DayTimeIntervalType.DayTimeResolution resolution, int dayPrecision, int fractionalPrecision)DayTimeIntervalType(DayTimeIntervalType.DayTimeResolution resolution)DayTimeIntervalType(DayTimeIntervalType.DayTimeResolution resolution, int dayPrecision, int fractionalPrecision)
-