An open API service indexing awesome lists of open source software.

https://github.com/3cham/hqew

How query engines work in kotlin
https://github.com/3cham/hqew

kotlin query-engine

Last synced: 9 months ago
JSON representation

How query engines work in kotlin

Awesome Lists containing this project

README

          

# hqew
[![gradle CI with Gradle](https://github.com/3cham/hqew/actions/workflows/gradle.yml/badge.svg)](https://github.com/3cham/hqew/actions/workflows/gradle.yml)

Implementation of ["How query engines work?"](https://howqueryengineswork.com/) for learning queries engine & kotlin.

Progress: ![](https://geps.dev/progress/52)

## TODO
- Implement PhysicalExpression for Count, CountDistinct, Avg
- Implement Join