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.types.DataTypes.SECOND#

static DataTypes.SECOND(precision: int = 6) → pyflink.table.types.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

Show Source

Created using Sphinx 4.5.0.