Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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.

previous

pyflink.table.expression.Expression.month

next

pyflink.table.expression.Expression.week

Show Source

Created using Sphinx 4.5.0.