kmozaid commented on PR #16836: URL: https://github.com/apache/pinot/pull/16836#issuecomment-3430792256
@Jackie-Jiang User can still use regular function in queries on multi-value column, cause internally pinot convert those regular function to multivalue function. ``` explain plan for select sum(DivLongestGTimes) from airlineStats ``` `DivLongestGTimes` is multi-value column, and query is still able to use startree index as configured in quick start table config. -- 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]
