pub fn specialize_regexp_replace<T>(
args: &[ColumnarValue],
) -> Result<Arc<dyn Array>, DataFusionError>where
T: OffsetSizeTrait,Expand description
Determine which implementation of the regexp_replace to use based on the given set of arguments.