Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
(p *BinaryOperation) Pos() Pos {
120
return
p.LeftExpr.Pos()
121
}
122
123
func
(p *BinaryOperation) End() Pos {
124
return
p.RightExpr.End()
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected