pyflink.table.types.DataTypes.DAY# static DataTypes.DAY(precision: int = 2) → pyflink.table.types.Resolution[source]# Resolution in days. Parameters precision – int, the number of digits of days. It must have a value between 1 and 6 (both inclusive), (default: 2). Returns the specified Resolution. See also INTERVAL()