pyflink.table.types.DataTypes.INT# static DataTypes.INT(nullable: bool = True) → pyflink.table.types.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.