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

Method End

parser/ast.go:283–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281}
282
283func (a *AlterTableDetachPartition) End() Pos {
284 return a.Partition.End()
285}
286
287func (a *AlterTableDetachPartition) AlterType() string {
288 return "DETACH_PARTITION"

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected