Commit 8967a98
committed
Add SQL parser design spec for ProxySQL integration
Hand-written recursive descent parser with two-tier architecture:
deep parse for SELECT/SET, classify+extract for everything else.
Targets sub-microsecond latency with arena allocation and zero-copy.1 parent 93ae22c commit 8967a98
1 file changed
Lines changed: 455 additions & 0 deletions
0 commit comments