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

static DataTypes.DATE(nullable: bool = True) → pyflink.table.types.DateType[source]#

Data type of a date consisting of year-month-day with values ranging from 0000-01-01 to 9999-12-31.

Compared to the SQL standard, the range starts at year 0000.

Parameters

nullable – boolean, whether the type can be null (None) or not.

previous

pyflink.table.types.DataTypes.DOUBLE

next

pyflink.table.types.DataTypes.TIME

Show Source

Created using Sphinx 4.5.0.