eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
191 stars 3 forks source link

chore: add nullif to all engine types #42

Closed eakmanrq closed 1 month ago

eakmanrq commented 1 month ago

nullif was already added but it just wasn't added to each engine's types.

PR where it was added: https://github.com/eakmanrq/sqlframe/pull/39