mayankshriv commented on pull request #5316: URL: https://github.com/apache/incubator-pinot/pull/5316#issuecomment-626042510
> Is it possible to process the (thetasketch) aggregation if a filter tree is provided? In that case, the query can simply be something like > `select distinctThetasketch(column) where ... ` > just exploring possibilities for not having the user specify the arguments multiple times. The filter tree in `where` clause can be completely independent of `postAggregationExpression`, so this is not really possible. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
