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

pyflink.table.types.DataTypes.TIMESTAMP_LTZ#

static DataTypes.TIMESTAMP_LTZ(precision: int = 6, nullable: bool = True) → LocalZonedTimestampType[source]#

Data type of a timestamp WITH LOCAL time zone. This is a shortcut for DataTypes.TIMESTAMP_WITH_LOCAL_TIME_ZONE(precision, nullable).

Parameters:
  • precision – int, the number of digits of fractional seconds. It must have a value between 0 and 9 (both inclusive). (default: 6, only supports 3 when bridged to DataStream)

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

See also

TIMESTAMP_WITH_LOCAL_TIME_ZONE(precision, nullable)()

previous

pyflink.table.types.DataTypes.TIMESTAMP_WITH_LOCAL_TIME_ZONE

next

pyflink.table.types.DataTypes.ARRAY

On this page
  • DataTypes.TIMESTAMP_LTZ()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.