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

Struct AlterTableMaterializeIndex

parser/ast.go:370–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370type AlterTableMaterializeIndex struct {
371 MaterializedPos Pos
372 StatementEnd Pos
373 IfExists bool
374 IndexName *NestedIdentifier
375 Partition *PartitionClause
376}
377
378func (a *AlterTableMaterializeIndex) Pos() Pos {
379 return a.MaterializedPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected