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

Struct AlterTableAttachPartition

parser/ast.go:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237type AlterTableAttachPartition struct {
238 AttachPos Pos
239
240 Partition *PartitionClause
241 From *TableIdentifier
242}
243
244func (a *AlterTableAttachPartition) Pos() Pos {
245 return a.AttachPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected