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

Method Pos

parser/ast.go:2078–2083  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2076}
2077
2078func (p *Path) Pos() Pos {
2079 if len(p.Fields) > 0 {
2080 return p.Fields[0].Pos()
2081 }
2082 return 0
2083}
2084
2085func (p *Path) End() Pos {
2086 if len(p.Fields) > 0 {

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected