pyflink.table.types.DataTypes.TINYINT# static DataTypes.TINYINT(nullable: bool = True) → pyflink.table.types.TinyIntType[source]# Data type of a 1-byte signed integer with values from -128 to 127. Parameters nullable – boolean, whether the type can be null (None) or not.