Skip to content

Commit

Permalink
feat(trino): 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 2c1a726 commit 9d1295f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibis/backends/trino/registry.py
Expand Up @@ -585,6 +585,7 @@ def _range(t, op):
ops.IntervalFromInteger: _interval_from_integer,
ops.IntegerRange: _range,
ops.TimestampRange: _range,
ops.RegexSplit: fixed_arity(sa.func.regexp_split, 2),
}
)

Expand Down

0 comments on commit 9d1295f

Please sign in to comment.