Heliosearch / heliosearch

The next generation of open source search
http://heliosearch.org
91 stars 19 forks source link

Add SQL support for simple SELECT with aggregate functions #31

Open joel-bernstein opened 10 years ago

joel-bernstein commented 10 years ago

There is already SQL support for aggregate functions with GROUP BY queries. This ticket will add support for using aggregate functions with a non-grouped SELECT statement.

Under the covers this will rely on the MetricStream and UniqueStream to support the aggregates.