Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • Data Types
  • pyflink.table.types.DataTypes.SECOND

pyflink.table.types.DataTypes.SECOND#

static DataTypes.SECOND(precision: int = 6) → Resolution[source]#

Resolution in seconds and (possibly) fractional seconds.

Parameters:

precision – int, the number of digits of fractional seconds. It must have a value between 0 and 9 (both inclusive), (default: 6).

Returns:

the specified Resolution.

Note

the precision must be 3 currently.

See also

INTERVAL()

previous

pyflink.table.types.DataTypes.FIELD

next

pyflink.table.types.DataTypes.MINUTE

On this page
  • DataTypes.SECOND()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.