Function arrow::compute::kernels::regexp::regexp_match[][src]

pub fn regexp_match<OffsetSize: StringOffsetSizeTrait>(
    array: &GenericStringArray<OffsetSize>,
    regex_array: &GenericStringArray<OffsetSize>,
    flags_array: Option<&GenericStringArray<OffsetSize>>
) -> Result<ArrayRef>
Expand description

Extract all groups matched by a regular expression for a given String array.