Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable "substring" as a UDF in addition to "substr"
Substrait uses the name "substring", and it already exists in DF SQL The setup here is a bit weird; I'd have added substring as an alias for substr, but then we have here this "substring" version being created as udf already and exported through the export_functions, with slightly different args than substr (even though in reality the underlying function for both is the same substr impl). I think this PR should work, but if you have suggestions on how to make the situation here cleaner, I'd be happy to!
- Loading branch information