OpenSearch/x-pack/plugin/ql
Andrei Stefan 4d47d63f55
SQL: implement SUM, MIN, MAX, AVG over literals (#56786) (#56850)
* Adds support for MIN, MAX, AVG, SUM aggregates acting on literals.
SELECT SUM(1) FROM index
and
SELECT SUM(1), AVG(2)
work both on indices and as local execution.

(cherry picked from commit efb72907c0391612c4a2b6256e327060b4167912)
2020-05-16 02:13:55 +03:00
..
src SQL: implement SUM, MIN, MAX, AVG over literals (#56786) (#56850) 2020-05-16 02:13:55 +03:00
build.gradle QL: Backport project to 7.x (#51497) 2020-01-27 22:03:58 +02:00