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

pyflink.table.types.DataTypes.DAY#

static DataTypes.DAY(precision: int = 2) → 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

On this page
  • DataTypes.DAY()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.