Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-4369

COUNTIF support for BigQuery

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.27.0
    • 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

          Activity

            People

              julianhyde Julian Hyde
              aryeh Aryeh Hillman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: