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

Method last

parser/parser_common.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (p *Parser) last() *Token {
27 return p.lexer.lastToken
28}
29
30func (p *Parser) End() Pos {
31 if p.last() == nil {

Callers 15

parseInfixMethod · 0.95
parseUnaryExprMethod · 0.95
parseColumnCastExprMethod · 0.95
parseSelectItemsMethod · 0.95
tryParseRefreshExprMethod · 0.95
parseProjectionSelectMethod · 0.95
parseAlterTableModifyMethod · 0.95
parseJoinOpMethod · 0.95
parseGroupByClauseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected