Function datafusion_functions::regex::regexpreplace::specialize_regexp_replace
source ยท pub fn specialize_regexp_replace<T: OffsetSizeTrait>(
args: &[ColumnarValue],
) -> Result<ArrayRef>
Expand description
Determine which implementation of the regexp_replace to use based on the given set of arguments.