Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 275 Bytes

File metadata and controls

12 lines (8 loc) · 275 Bytes

Query Engine

Implementation from How Query Engines Work in Go for learning purpose. I always want to learn how the database works.

Is it fast?

No. But it works

  • SQL parser
  • Query Optimizer
  • Aggregate support
  • Apache Arrow for IR