MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / End

Method End

parser/ast.go:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (p *BinaryOperation) End() Pos {
124 return p.RightExpr.End()
125}
126
127func (p *BinaryOperation) Accept(visitor ASTVisitor) error {
128 visitor.Enter(p)

Callers

nothing calls this directly

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected