arrow_string::regexp

Function 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>
👎Deprecated since 54.0.0: please use regex_is_match_scalar instead
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.