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

Method Pos

parser/ast.go:2049–2051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2047}
2048
2049func (n *NestedIdentifier) Pos() Pos {
2050 return n.Ident.Pos()
2051}
2052
2053func (n *NestedIdentifier) End() Pos {
2054 if n.DotIdent != nil {

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected