OpenSearch/plugin/sql
Costin Leau 58f43ad4f0 SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977)
Remove functions without a backing matrix agg

MatrixAgg works across multiple fields and exposing it directly in SQL
does not work. Instead isolated functions are exposed which get folded
and optimized into one matrix agg per field. Thus not all matrix 
functions can be exposed in SQL, at least at this time.

Instead of depending on the plugin directly, depend on the plugin client
jar (matrix-agg-client)

Remove outdated test

Original commit: elastic/x-pack-elasticsearch@ec9b31bf59
2018-03-04 01:53:56 +02:00
..
jdbc SQL: add catalog filter to SYS COLUMNS command (elastic/x-pack-elasticsearch#3978) 2018-02-25 05:08:48 +02:00
licenses More license file corrections 2018-01-18 16:34:25 -08:00
sql-cli SQL: Replace the cli fixture with in-process testing (elastic/x-pack-elasticsearch#3889) 2018-02-27 09:24:16 -08:00
sql-proto SQL: Fix type and value in SYS TYPES (elastic/x-pack-elasticsearch#3979) 2018-03-03 22:12:22 +02:00
sql-shared-client Pass InputStream when creating XContent parser (elastic/x-pack-elasticsearch#4001) 2018-02-23 15:22:28 -07:00
src SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977) 2018-03-04 01:53:56 +02:00
build.gradle SQL: Re-enable matrix aggregations (elastic/x-pack-elasticsearch#3977) 2018-03-04 01:53:56 +02:00