eakmanrq / sqlframe

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

feat: add full typeof support #105

Closed eakmanrq closed 1 week ago

eakmanrq commented 1 week ago

Resolves: https://github.com/eakmanrq/sqlframe/issues/101

Now all engines support type checking and therefore within functions SQLFrame can now start creating different behavior for each type when functions accept multiple types.