refactor cache implement for function regexp_substr
#49583
Labels
type/enhancement
The issue or PR belongs to an enhancement.
regexp_substr
#49583
Enhancement
see #49464
regexp_substr
caches some intermediateregexp.Regexp
inside the function when some args are constant. Some issues for the current implement:stateless
.regexp.Regexp
some times. For example, when the regex pattern is from the variable.The text was updated successfully, but these errors were encountered: