-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.18.0
-
Component/s: elasticsearch-adapter
-
Labels:None
Translate SQL GROUP BY and aggregate functions sum / min / max into Elastic Terms and Metric aggregations.
Examples
select col1, sum(col2), max(col3) from elastic group by col1 select count(*) from elastic
- is duplicated by
-
CALCITE-2408 Enable aggregate functions in Elasticsearch adapter
-
- Closed
-
- is related to
-
CALCITE-1261 Add support for aggregates in Calcite Elasticsearch adapter
-
- Open
-
- supercedes
-
CALCITE-2408 Enable aggregate functions in Elasticsearch adapter
-
- Closed
-
-
CALCITE-2525 ConcurrentModificationException may be triggered in ElasticsearchProject
-
- Closed
-
- links to