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.