Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
func
(p *Parser) last() *Token {
27
return
p.lexer.lastToken
28
}
29
30
func
(p *Parser) End() Pos {
31
if
p.last() == nil {
Callers
15
parseInfix
Method · 0.95
parseUnaryExpr
Method · 0.95
parseColumnCastExpr
Method · 0.95
parseColumnExprListWithTerm
Method · 0.95
parseSelectItems
Method · 0.95
parseCreateMaterializedView
Method · 0.95
tryParseRefreshExpr
Method · 0.95
parseProjectionSelect
Method · 0.95
parseAlterTableModify
Method · 0.95
parseJoinOp
Method · 0.95
parseGroupByClause
Method · 0.95
parseWindowFrameClause
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected