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

Method Pos

parser/ast.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (s *SelectItem) Pos() Pos {
31 return s.Expr.Pos()
32}
33
34func (s *SelectItem) End() Pos {
35 if s.Alias != nil {

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected