| 334 | } |
| 335 | |
| 336 | type AlterTableMaterializeProjection struct { |
| 337 | MaterializedPos Pos |
| 338 | StatementEnd Pos |
| 339 | IfExists bool |
| 340 | ProjectionName *NestedIdentifier |
| 341 | Partition *PartitionClause |
| 342 | } |
| 343 | |
| 344 | func (a *AlterTableMaterializeProjection) Pos() Pos { |
| 345 | return a.MaterializedPos |
nothing calls this directly
no outgoing calls
no test coverage detected