penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Add MIN aggregate function #106

Closed mazchew closed 1 month ago

mazchew commented 1 month ago

Similar to PR#105, I've attempted to implement the min aggregate function. As always, let me know if there's anything to improve on!

image