alamb commented on code in PR #17839:
URL: https://github.com/apache/datafusion/pull/17839#discussion_r2403362022
##########
datafusion/functions/src/regex/regexplike.rs:
##########
@@ -153,11 +156,76 @@ impl ScalarUDFImpl for RegexpLikeFunc {
}
}
+ fn simplify(
+ &self,
+ mut args: Vec<Expr>,
+ info: &dyn SimplifyInfo,
+ ) -> Result<ExprSimplifyResult> {
+ // Try to simplify regexp_like usage to one of the builtin operators
since those have
Review Comment:
thank you -- these comments really help
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]