Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
283
func
(a *AlterTableDetachPartition) End() Pos {
284
return
a.Partition.End()
285
}
286
287
func
(a *AlterTableDetachPartition) AlterType() string {
288
return
"DETACH_PARTITION"
Callers
nothing calls this directly
Calls
1
End
Method · 0.65
Tested by
no test coverage detected