MCPcopy 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
92func (t *TernaryOperation) End() Pos {
93 return t.FalseExpr.End()
94}
95
96func (t *TernaryOperation) Accept(visitor ASTVisitor) error {
97 visitor.Enter(t)

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected