cloudspannerecosystem/memefish

relation to zetasql project

tmc opened this issue · 1 comments

TLDR: This project is unrelated to google/zetasql and goccy/go-zetasql.

google/zetasql is the SQL analyzing framework developed by Google. ZetaSQL is similar to Spanner SQL, but there are some differences between them. goccy/go-zetasql is the Go binding of ZetaSQL.

On the other hand, memefish is the parser library for Spanner SQL written in Go.

When developing memefish, I sometimes refer to the ZetaSQL implementation because the Spanner implementation is not open access. But, the relation is nothing more.