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

pyflink.table.types.DataTypes.INT#

static DataTypes.INT(nullable: bool = True) → IntType[source]#

Data type of a 2-byte signed integer with values from -2,147,483,648 to 2,147,483,647.

Parameters:

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

previous

pyflink.table.types.DataTypes.SMALLINT

next

pyflink.table.types.DataTypes.BIGINT

On this page
  • DataTypes.INT()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.