Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

v0.4.0 - SQL Inserts

Pre-release
Pre-release
Compare
Choose a tag to compare
@chotchki chotchki released this 10 Jul 19:45
· 187 commits to main since this release

FeOphant now supports a simple SQL insert of values.

A basic pipeline for query execution has been built based on the Postgres model.

  • Query String -> sql_parser -> ParseTree
  • ParseTree -> analyzer -> QueryTree
  • QueryTree -> rewriter -> QueryTree
  • QueryTree -> planner -> PlannedStatement
  • PlannedStatement -> executer -> do stuff