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

Method Pos

parser/ast.go:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88func (t *TernaryOperation) Pos() Pos {
89 return t.Condition.Pos()
90}
91
92func (t *TernaryOperation) End() Pos {
93 return t.FalseExpr.End()

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected