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

Method Pos

parser/ast.go:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184func (j *JoinTableExpr) Pos() Pos {
185 return j.Table.Pos()
186}
187
188func (j *JoinTableExpr) End() Pos {
189 return j.StatementEnd

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected