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

Method End

parser/ast.go:316–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314}
315
316func (a *AlterTableDropPartition) End() Pos {
317 if a.Settings != nil {
318 a.Settings.End()
319 }
320 return a.Partition.End()
321}
322
323func (a *AlterTableDropPartition) AlterType() string {
324 return "DROP_PARTITION"

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected