Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Example:
select countif(x > 0) from (select 1 as x, 2 as y, 3 as z)
Should work in BigQuery function table (i.e. fun=bigquery on the JDBC connect string). The implementation should translates countif(condition) as if the user had written count(*) filter (where condition).
Attachments
Issue Links
- relates to
-
CALCITE-4370 Ensure that all aggregate functions work in windowed aggregates
- Open