implement regexp_is_match_utf8
and regexp_is_match_utf8_scalar
for StringViewArray
#6370
Labels
regexp_is_match_utf8
and regexp_is_match_utf8_scalar
for StringViewArray
#6370
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
We have implemented support for
StringViewArray
in arrow-rs (see #6163 and https://www.influxdata.com/blog/faster-queries-with-stringview-part-one-influxdb/ ) and to take full advantage of it, kernels that operate on strings (StringArray
andLargeStringArray
) need to be updated with specialized implementations that canStringViewArray
without having to covert first toStringArray
regexp_is_match_utf8
is one of these functions that does not have nativeStringViewArray
support yetDescribe the solution you'd like
regexp_is_match_utf8
forStringViewArray
regexp_is_match_utf8_scalar
forStringViewArray
Describe alternatives you've considered
N/A
Additional context
@tlm365 implemented this downstream in datafusion -- apache/datafusion#12168. We can probably take a friendly look / move the implementation up to arrow-rs
The text was updated successfully, but these errors were encountered: