| 368 | } |
| 369 | |
| 370 | type AlterTableMaterializeIndex struct { |
| 371 | MaterializedPos Pos |
| 372 | StatementEnd Pos |
| 373 | IfExists bool |
| 374 | IndexName *NestedIdentifier |
| 375 | Partition *PartitionClause |
| 376 | } |
| 377 | |
| 378 | func (a *AlterTableMaterializeIndex) Pos() Pos { |
| 379 | return a.MaterializedPos |
nothing calls this directly
no outgoing calls
no test coverage detected