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