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.seconds#

property Expression.seconds: pyflink.table.expression.Expression#

Creates an interval of the given number of seconds.

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.second

next

pyflink.table.expression.Expression.milli

Show Source

Created using Sphinx 4.5.0.