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

Struct AlterTableDetachPartition

parser/ast.go:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273type AlterTableDetachPartition struct {
274 DetachPos Pos
275 Partition *PartitionClause
276 Settings *SettingsClause
277}
278
279func (a *AlterTableDetachPartition) Pos() Pos {
280 return a.DetachPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected