MCPcopy 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
119func (p *BinaryOperation) Pos() Pos {
120 return p.LeftExpr.Pos()
121}
122
123func (p *BinaryOperation) End() Pos {
124 return p.RightExpr.End()

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected