You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2023/01/09 11:48:45 UTC

[GitHub] [drill] vvysotskyi opened a new pull request, #2734: DRILL-8381: Add support for filtered aggregate calls

vvysotskyi opened a new pull request, #2734:
URL: https://github.com/apache/drill/pull/2734

   # [DRILL-8381](https://issues.apache.org/jira/browse/DRILL-8381): Add support for filtered aggregate calls
   
   ## Description
   For the case when filtering expression is specified, Drill will generate an `if` expression to obtain field value that will be used in aggregate function only when the filter predicate is true. Filter expression specified within an aggregate function is present in the underlying project, so it is enough to get a reference to it to use it as a condition.
   
   ## Documentation
   NA
   
   ## Testing
   Added UT.
   


-- 
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: dev-unsubscribe@drill.apache.org

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


[GitHub] [drill] cgivre merged pull request #2734: DRILL-8381: Add support for filtered aggregate calls

Posted by GitBox <gi...@apache.org>.
cgivre merged PR #2734:
URL: https://github.com/apache/drill/pull/2734


-- 
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: dev-unsubscribe@drill.apache.org

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