Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(s *SelectItem) Pos() Pos {
31
return
s.Expr.Pos()
32
}
33
34
func
(s *SelectItem) End() Pos {
35
if
s.Alias != nil {
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected