MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / AlterTableMaterializeProjection

Struct AlterTableMaterializeProjection

parser/ast.go:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336type AlterTableMaterializeProjection struct {
337 MaterializedPos Pos
338 StatementEnd Pos
339 IfExists bool
340 ProjectionName *NestedIdentifier
341 Partition *PartitionClause
342}
343
344func (a *AlterTableMaterializeProjection) Pos() Pos {
345 return a.MaterializedPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected