spark_connect_rs::functions

Function regexp_like

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

Returns true if str matches the Java regex regexp, or false otherwise.