Function datafusion::physical_expr::regex_expressions::regexp_match
source · pub fn regexp_match<T>(
args: &[Arc<dyn Array>]
) -> Result<Arc<dyn Array>, DataFusionError>where
T: OffsetSizeTrait,
Expand description
extract a specific group from a string column, using a regular expression