SQL Improvements

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SQL Improvements

Sergi
Guys,

I just merged to master bunch of SQL engine improvements related to
aggregate functions. Now we support any kind of expressions containing
aggregates (e.g. *MAX(x) - MIN(x) / COUNT(*)* ) in correct distributed
fashion.

Sergi
Reply | Threaded
Open this post in threaded view
|

Re: SQL Improvements

dsetrakyan
Thanks Sergi!

Definitely a great addition to the Ignite feature set.

D.

On Wed, Jul 22, 2015 at 8:55 AM, Sergi Vladykin <[hidden email]>
wrote:

> Guys,
>
> I just merged to master bunch of SQL engine improvements related to
> aggregate functions. Now we support any kind of expressions containing
> aggregates (e.g. *MAX(x) - MIN(x) / COUNT(*)* ) in correct distributed
> fashion.
>
> Sergi
>