| 235 | } |
| 236 | |
| 237 | type AlterTableAttachPartition struct { |
| 238 | AttachPos Pos |
| 239 | |
| 240 | Partition *PartitionClause |
| 241 | From *TableIdentifier |
| 242 | } |
| 243 | |
| 244 | func (a *AlterTableAttachPartition) Pos() Pos { |
| 245 | return a.AttachPos |
nothing calls this directly
no outgoing calls
no test coverage detected