cloudspannerecosystem / memefish

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

Support ALTER STATISTICS statement #162

Closed apstndb closed 3 weeks ago

apstndb commented 3 weeks ago

ALTER STATISTICS statement is not yet supported.

Syntax

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language#alter-statistics

ALTER STATISTICS package_name
    action

where package_name is:
    {a—z}[{a—z|0—9|_|-}+]{a—z|0—9}

and action is:
    SET OPTIONS ( options_def )

and options_def is:
    { allow_gc = { true | false } }