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

Method Pos

parser/ast.go:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157func (i *IndexOperation) Pos() Pos {
158 return i.Object.Pos()
159}
160
161func (i *IndexOperation) End() Pos {
162 return i.Index.End()

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected