DuckDB function mod().
Value
TINYINT | SMALLINT | INTEGER | BIGINT | HUGEINT | FLOAT | DOUBLE | DECIMAL | UTINYINT | USMALLINT | UINTEGER | UBIGINT | UHUGEINT
Overloads
mod(col0 = TINYINT, col1 = TINYINT)mod(col0 = SMALLINT, col1 = SMALLINT)mod(col0 = INTEGER, col1 = INTEGER)mod(col0 = BIGINT, col1 = BIGINT)mod(col0 = HUGEINT, col1 = HUGEINT)mod(col0 = FLOAT, col1 = FLOAT)mod(col0 = DOUBLE, col1 = DOUBLE)mod(col0 = DECIMAL, col1 = DECIMAL)mod(col0 = UTINYINT, col1 = UTINYINT)mod(col0 = USMALLINT, col1 = USMALLINT)mod(col0 = UINTEGER, col1 = UINTEGER)mod(col0 = UBIGINT, col1 = UBIGINT)mod(col0 = UHUGEINT, col1 = UHUGEINT)