apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.38k stars 1.26k forks source link

revisit function registry #9641

Open walterddr opened 1 year ago

walterddr commented 1 year ago

several draft PR has been created to unify the function registry (e.g. #9602 , #9623)

However there are multiple issues with the current way how Pinot interacts with Calcite's function / Sql Operator / function lookup

several overall considerations need attention on

Some items I can think

We also want to make this extensible to support UDAF and UDTF

walterddr commented 1 year ago

CC @61yao