datafusion_functions::regex

Module regexpcount

Source

Structs§

Functions§

  • arrow-rs style implementation of regexp_count function. This function regexp_count is responsible for counting the occurrences of a regular expression pattern within a string array. It supports optional start positions and flags for case insensitivity.