OpenSearch/x-pack/plugin/sql
Marios Trivyzas c72a7998f5
SQL: Don't allow inexact fields for MIN/MAX (#39563)
MIN/MAX on strings are supported and are implemented with
TopAggs FIRST/LAST respectively, but they cannot operate on
`text` fields without underlying `keyword` fields => inexact.

Follows: #39427
2019-03-04 15:35:11 +01:00
..
jdbc SQL: introduce the columnar option for REST requests (#39287) 2019-02-27 09:37:28 +02:00
qa SQL: Enable accurate hit tracking on demand (#39527) 2019-03-01 23:09:04 +02:00
sql-action Upgrade to lucene 8.0.0-snapshot-ff9509a8df (#39444) 2019-02-27 14:36:08 +00:00
sql-cli SQL: Return Intervals in SQL format for CLI (#37602) 2019-01-22 14:55:28 +02:00
sql-client SQL: introduce the columnar option for REST requests (#39287) 2019-02-27 09:37:28 +02:00
sql-proto SQL: introduce the columnar option for REST requests (#39287) 2019-02-27 09:37:28 +02:00
src SQL: Don't allow inexact fields for MIN/MAX (#39563) 2019-03-04 15:35:11 +01:00
build.gradle SQL: [Tests] Fix and enable internalClusterTests (#37300) 2019-01-11 22:43:17 +02:00