yupeng9 commented on pull request #7542:
URL: https://github.com/apache/pinot/pull/7542#issuecomment-938203773
Yes, it's standard SQL and calcite supports it.
It's usually used together with `CASE WHEN`. For example,
``
select COUNT(CASE WHEN status IN ('Open', 'Dispatched') THEN driveruuid END)
as ActiveDriverCount`
``
--
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]