| 271 | } |
| 272 | |
| 273 | type AlterTableDetachPartition struct { |
| 274 | DetachPos Pos |
| 275 | Partition *PartitionClause |
| 276 | Settings *SettingsClause |
| 277 | } |
| 278 | |
| 279 | func (a *AlterTableDetachPartition) Pos() Pos { |
| 280 | return a.DetachPos |
nothing calls this directly
no outgoing calls
no test coverage detected