pyflink.table.types.DataTypes.BOOLEAN# static DataTypes.BOOLEAN(nullable: bool = True) → pyflink.table.types.BooleanType[source]# Data type of a boolean with a (possibly) three-valued logic of TRUE, FALSE, UNKNOWN. Parameters nullable – boolean, whether the type can be null (None) or not.