Function datafusion::prelude::regexp_like
source · pub fn regexp_like(input_arg1: Expr, input_arg2: Expr) -> Expr
Expand description
Returns true if a has at least one match in a string,false otherwise. Return $name(arg)
pub fn regexp_like(input_arg1: Expr, input_arg2: Expr) -> Expr
Returns true if a has at least one match in a string,false otherwise. Return $name(arg)