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
compile_regex in datafusion_functions::regex - Rust
[go: Go Back, main page]

Function compile_regex

Source
pub fn compile_regex(
    regex: &str,
    flags: Option<&str>,
) -> Result<Regex, ArrowError>
Available on crate feature regex_expressions only.