Function arrow_string::regexp::regexp_is_match_utf8_scalar

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