Function datafusion::functions::regex::regexpmatch::regexp_match
source · pub fn regexp_match<T>(
args: &[Arc<dyn Array>]
) -> Result<Arc<dyn Array>, DataFusionError>where
T: OffsetSizeTrait,