spark_connect_rs::functions

Function regexp_count

Source
pub fn regexp_count(str: impl Into<Column>, regexp: impl Into<Column>) -> Column
Expand description

Returns a count of the number of times that the Java regex pattern regexp is matched in the string str.