We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4344bc8 commit 29eb132Copy full SHA for 29eb132
datafusion/functions/src/regexp_common.rs
@@ -41,6 +41,8 @@ use arrow::array::{LargeStringArray, StringArray, StringViewArray};
41
///
42
/// It is inspired / copied from `regexp_is_match_utf8` [arrow-rs].
43
44
+/// Can remove when <https://github.com/apache/arrow-rs/issues/6370> is implemented upstream
45
+///
46
/// [arrow-rs]: https://github.com/apache/arrow-rs/blob/8c956a9f9ab26c14072740cce64c2b99cb039b13/arrow-string/src/regexp.rs#L31-L37
47
pub fn regexp_is_match_utf8<'a, S1, S2, S3>(
48
array: &'a S1,
0 commit comments