Skip to content

Commit

Permalink
feat(postgres): 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 229a1f4 commit c955b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/postgres/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,5 +858,6 @@ def _range(t, op):
ops.ArrayFilter: _array_filter,
ops.IntegerRange: _range,
ops.TimestampRange: _range,
ops.RegexSplit: fixed_arity(sa.func.regexp_split_to_array, 2),
}
)

0 comments on commit c955b6a

Please sign in to comment.