Function arrow::compute::kernels::comparison::regexp_is_match_utf8_scalar[][src]

pub fn regexp_is_match_utf8_scalar<OffsetSize: StringOffsetSizeTrait>(
    array: &GenericStringArray<OffsetSize>,
    regex: &str,
    flag: Option<&str>
) -> Result<BooleanArray>
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.