Function arrow::compute::kernels::comparison::regexp_is_match_utf8_scalar
source ยท pub fn regexp_is_match_utf8_scalar<OffsetSize>(
array: &GenericByteArray<GenericStringType<OffsetSize>>,
regex: &str,
flag: Option<&str>,
) -> Result<BooleanArray, ArrowError>where
OffsetSize: OffsetSizeTrait,
Expand description
Perform SQL array ~ regex_array
operation on StringArray
/
LargeStringArray
and a scalar.
See the documentation on regexp_is_match_utf8
for more details.