sdf-labs / sql-functions

12 stars 0 forks source link

Re-enable UDFs inadvertently disabled #60

Closed vgapeyev closed 4 days ago

vgapeyev commented 4 days ago

That's sign() and truncate() that got dropped in #56.

Actually, not re-enabling sign() on integer types, since we do not yet have an implementation for those (have floats and decimal).