Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
regexp_like in datafusion::functions::regex::expr_fn - Rust
[go: Go Back, main page]

datafusion::functions::regex::expr_fn

Function regexp_like

source
pub fn regexp_like(values: Expr, regex: Expr, flags: Option<Expr>) -> Expr
Expand description

Returns true if a has at least one match in a string, false otherwise.