Skip to content

Commit 17fd6e7

Browse files
authored
Add initial sql aggregation implementation (#335)
1 parent 11e5623 commit 17fd6e7

File tree

6 files changed

+605
-20
lines changed

6 files changed

+605
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Implements `GROUP BY` operator in evaluator
2020
- Implements `HAVING` operator in evaluator
2121
- Implements `ORDER BY` operator in evaluator
22+
- Implements SQL Aggregation functions -- AVG, COUNT, MAX, MIN, SUM
2223

2324
### Fixes
2425
- Fixes Tuple value duplicate equality and hashing

0 commit comments

Comments
 (0)