cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Refine QueryExpr and add preliminary support of pipe syntax, only FROM, SELECT, WHERE #201

Open apstndb opened 2 days ago

apstndb commented 2 days ago

Refine QueryExpr to able to support upcoming pipe syntax.

It requires breaking change of top level query structure.

Breaking changes

Related issues