cloudspannerecosystem / memefish

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

Implement SAFE_CAST in CastExpr #164

Closed apstndb closed 3 weeks ago

apstndb commented 3 weeks ago

This PR implements SAFE_CAST as Safe flag in CastExpr.

part of #94