Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Issue Links
- 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