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

Method End

parser/parser_common.go:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (p *Parser) End() Pos {
31 if p.last() == nil {
32 return Pos(p.lexer.current + 1)
33 }
34 return p.last().End
35}
36
37func (p *Parser) Pos() Pos {
38 last := p.last()

Callers 8

parseTopClauseMethod · 0.95
parseJoinTableExprMethod · 0.95
parseFrameCurrentRowMethod · 0.95
parseShowStmtMethod · 0.95

Calls 2

lastMethod · 0.95
PosTypeAlias · 0.85

Tested by

no test coverage detected