Uses of Enum
org.apache.flink.table.types.logical.YearMonthIntervalType.YearMonthResolution
Packages that use YearMonthIntervalType.YearMonthResolution
-
Uses of YearMonthIntervalType.YearMonthResolution in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return YearMonthIntervalType.YearMonthResolutionModifier and TypeMethodDescriptionYearMonthIntervalType.getResolution()Returns the enum constant of this type with the specified name.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.YearMonthResolutionModifierConstructorDescriptionYearMonthIntervalType(boolean isNullable, YearMonthIntervalType.YearMonthResolution resolution, int yearPrecision) YearMonthIntervalType(YearMonthIntervalType.YearMonthResolution resolution, int yearPrecision)