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,