| 303 | } |
| 304 | |
| 305 | type AlterTableDropPartition struct { |
| 306 | DropPos Pos |
| 307 | HasDetached bool |
| 308 | Partition *PartitionClause |
| 309 | Settings *SettingsClause |
| 310 | } |
| 311 | |
| 312 | func (a *AlterTableDropPartition) Pos() Pos { |
| 313 | return a.DropPos |
nothing calls this directly
no outgoing calls
no test coverage detected