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

Method End

parser/ast.go:248–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246}
247
248func (a *AlterTableAttachPartition) End() Pos {
249 if a.From != nil {
250 return a.From.End()
251 }
252 return a.Partition.End()
253}
254
255func (a *AlterTableAttachPartition) AlterType() string {
256 return "ATTACH_PARTITION"

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected