MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / AlterTable

Struct AlterTable

parser/ast.go:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197type AlterTable struct {
198 AlterPos Pos
199 StatementEnd Pos
200 TableIdentifier *TableIdentifier
201 OnCluster *ClusterClause
202 AlterExprs []AlterTableClause
203}
204
205func (a *AlterTable) Pos() Pos {
206 return a.AlterPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected