Skip to content

Commit 229a1f4

Browse files
cpcloudgforsyth
authored andcommitted
feat(duckdb): implement RegexSplit
1 parent e3c507e commit 229a1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibis/backends/duckdb/registry.py

+1
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ def _array_remove(t, op):
562562
ops.GeoConvert: _geo_convert,
563563
# other ops
564564
ops.TimestampRange: fixed_arity(sa.func.range, 3),
565+
ops.RegexSplit: fixed_arity(sa.func.str_split_regex, 2),
565566
}
566567
)
567568

0 commit comments

Comments
 (0)