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

static DataTypes.DAY(precision: int = 2) → pyflink.table.types.Resolution[source]#

Resolution in days.

Parameters

precision – int, the number of digits of days. It must have a value between 1 and 6 (both inclusive), (default: 2).

Returns

the specified Resolution.

See also

INTERVAL()

previous

pyflink.table.types.DataTypes.HOUR

next

pyflink.table.types.DataTypes.MONTH

Show Source

Created using Sphinx 4.5.0.