Phil Eaton 4/12/2020

Writing a SQL database from scratch in Go: 2. binary expressions and WHERE filters

Read Original

This technical article details the process of adding binary expression evaluation and WHERE clause filtering to a SQL database being built from scratch in Go. It covers parser updates, AST changes, and expression interpretation to enable operations like SELECT with conditions (e.g., WHERE age = 23).

Writing a SQL database from scratch in Go: 2. binary expressions and WHERE filters

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes