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