walterddr commented on issue #9658:
URL: https://github.com/apache/pinot/issues/9658#issuecomment-1295153136
some research
1. adding `@ScalarFunction` version is the easiest way to register correctly
with calcite, doing so to covert some of the missing pieces
2. type reconciliation is a bit tricky
- transform & filter almost all support numeric/string types as inputs
and can support return type differently based on type conversion required by
downstream
- scalar function using suffix type to differentiate for example
`arraySortInt`, `arraySortString` should be removed or have a rewrite
- all arithmetic functions take in `double` that also needs change (but
not at first go)
--
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]