Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-5355

Support constant aggregate on a table

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0-alpha
    • 5.0-alpha
    • Query Engine
    • None

    Description

      At present, KYLIN supports some constant aggregate as below.

      select sum(1), min(1), max(1);
      

      However, this kind of constant aggregate as below doesn't support query by model.

      select sum(1), min(1), max(1) from table;
      

      Attachments

        Activity

          People

            pfzhan pengfei.zhan
            pfzhan pengfei.zhan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: