Function arrow_string::regexp::regexp_match
source · pub fn regexp_match<OffsetSize: OffsetSizeTrait>(
array: &GenericStringArray<OffsetSize>,
regex_array: &GenericStringArray<OffsetSize>,
flags_array: Option<&GenericStringArray<OffsetSize>>
) -> Result<ArrayRef, ArrowError>
Expand description
Extract all groups matched by a regular expression for a given String array.