You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/11 20:48:30 UTC

[GitHub] [pinot] hristo-stripe opened a new issue #7993: Support for `any_value` aggregation function

hristo-stripe opened a new issue #7993:
URL: https://github.com/apache/pinot/issues/7993


   Many databases provide an `any_value` aggregation function, which is useful in queries like this:
   
   ```sql
   select colA, any_value(colB)
   from T
   group by colA
   ```


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #7993: Support for `any_value` aggregation function

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #7993:
URL: https://github.com/apache/pinot/issues/7993#issuecomment-1013488506


   Do you want to help contribute this function? Since the return type of aggregation function is fixed, we might need to take a second argument as `dataType`


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org