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.