Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(i *IndexOperation) Pos() Pos {
158
return
i.Object.Pos()
159
}
160
161
func
(i *IndexOperation) End() Pos {
162
return
i.Index.End()
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected