Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
func
(a *AlterTableDropPartition) End() Pos {
317
if
a.Settings != nil {
318
a.Settings.End()
319
}
320
return
a.Partition.End()
321
}
322
323
func
(a *AlterTableDropPartition) AlterType() string {
324
return
"DROP_PARTITION"
Callers
nothing calls this directly
Calls
1
End
Method · 0.65
Tested by
no test coverage detected