opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ implement SPLIT and SPLIT_STRING

Open joocer opened this issue 2 years ago • 0 comments
trafficstars

https://techcult.com/4-ways-to-split-string-by-delimiter-in-sql/

Split returns an array, split string returns a relation.

Split string should be a function relation, so can be used in from and joins, split just a standard function.

Both probably have the same implementation under the covers. https://arrow.apache.org/docs/python/generated/pyarrow.compute.split_pattern.html#pyarrow.compute.split_pattern

  • [x] SPLIT
  • [ ] SPLIT_STRING

joocer avatar Apr 19 '23 19:04 joocer