Skip to content

Commit

Permalink
feat(duckdb): implement RegexSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Dec 19, 2023
1 parent e3c507e commit 229a1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/duckdb/registry.py
Expand Up @@ -562,6 +562,7 @@ def _array_remove(t, op):
ops.GeoConvert: _geo_convert,
# other ops
ops.TimestampRange: fixed_arity(sa.func.range, 3),
ops.RegexSplit: fixed_arity(sa.func.str_split_regex, 2),
}
)

Expand Down

0 comments on commit 229a1f4

Please sign in to comment.