Skip to content

Aggregation functions do not work with complex expressions #10

Description

@bggardner

This is a limitation of Google's original Java implementation of the aggregation functions. While most SQL engines can easily support complex expressions in aggregation functions, the library's query engine currently does not and will only accept a column name as the argument. Support for complex expressions would take a major rewrite (I think).

Working example: SELECT SUM(x)
Non-working example: SELECT SUM(x + 1)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions