alamb commented on PR #21353: URL: https://github.com/apache/datafusion/pull/21353#issuecomment-4809253285
> I.e, we have really been targeting the -> , ->> and ? operators in Postgres with special functions for specific data type casting. There are other operators that postgres can use, but I haven't personally heard of people requesting them. I see, so if the idea is to support the operators, one possibility is to add operator planning rules to rewrite those operators into the relevant function calls. That makes sense -- though maybe then we shouldn't expose the UDFs directly (as in don't register them in the registry 🤔 or hide them somehow, so user's can call them directly) -- 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]
