Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
func
(t *TernaryOperation) Pos() Pos {
89
return
t.Condition.Pos()
90
}
91
92
func
(t *TernaryOperation) End() Pos {
93
return
t.FalseExpr.End()
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected