Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:2049–2051 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2047
}
2048
2049
func
(n *NestedIdentifier) Pos() Pos {
2050
return
n.Ident.Pos()
2051
}
2052
2053
func
(n *NestedIdentifier) End() Pos {
2054
if
n.DotIdent != nil {
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected