compile_regex
datafusion
50.3.0
In datafusion::
functions::
regex
datafusion
::
functions
::
regex
Function
compile_
regex
Copy item path
Source
pub fn compile_regex( regex: &
str
, flags:
Option
<&
str
>, ) ->
Result
<Regex,
ArrowError
>