You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Sergi Vladykin <se...@gmail.com> on 2015/07/22 17:55:07 UTC

SQL Improvements

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

Re: SQL Improvements

Posted by Dmitriy Setrakyan <ds...@apache.org>.
Thanks Sergi!

Definitely a great addition to the Ignite feature set.

D.

On Wed, Jul 22, 2015 at 8:55 AM, Sergi Vladykin <se...@gmail.com>
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
>