datatypes::compute::kernels

Module regexp

Expand description

Defines kernel to extract substrings based on a regular expression of a [Large]StringArray

Functions§

  • Return BooleanArray indicating which strings in an array match an array of regular expressions.
  • Return BooleanArray indicating which strings in an array match a single regular expression.
  • Perform SQL array ~ regex_array operation on [StringArray] / [LargeStringArray]. If regex_array element has an empty value, the corresponding result value is always true.
  • Perform SQL array ~ regex_array operation on [StringArray] / [LargeStringArray] and a scalar.
  • Extract all groups matched by a regular expression for a given String array.