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

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

Data type of a 2-byte signed integer with values from -32,768 to 32,767.

Parameters

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

previous

pyflink.table.types.DataTypes.TINYINT

next

pyflink.table.types.DataTypes.INT

Show Source

Created using Sphinx 4.5.0.