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

Struct AlterTableDropPartition

parser/ast.go:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305type AlterTableDropPartition struct {
306 DropPos Pos
307 HasDetached bool
308 Partition *PartitionClause
309 Settings *SettingsClause
310}
311
312func (a *AlterTableDropPartition) Pos() Pos {
313 return a.DropPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected