pyflink.table.expression.Expression.months#
- property Expression.months: pyflink.table.expression.Expression#
Creates an interval of the given number of months.
The produced expression is of type
INTERVAL()
.See also
year
,years
,quarter
,quarters
,month
,months
,week
,weeks
,day
,days
,hour
,hours
,minute
,minutes
,second
,seconds
,milli
,millis
New in version 1.12.0.