Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ lastTokenKind
Method
lastTokenKind
parser/parser_common.go:19–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(p *Parser) lastTokenKind() TokenKind {
20
if
p.last() == nil {
21
return
TokenKindEOF
22
}
23
return
p.last().Kind
24
}
25
26
func
(p *Parser) last() *Token {
27
return
p.lexer.lastToken
Callers
15
parseInfix
Method · 0.95
parseColumnExpr
Method · 0.95
parseColumnCastExpr
Method · 0.95
parseSelectItem
Method · 0.95
parseColumnTypeArgs
Method · 0.95
parseJSONMaxDynamicOptions
Method · 0.95
parseJSONOption
Method · 0.95
parseNestedTypeFields
Method · 0.95
parseCreateMaterializedView
Method · 0.95
tryParseRefreshExpr
Method · 0.95
parseAlterTableDropClause
Method · 0.95
parseAlterTableClearClause
Method · 0.95
Calls
1
last
Method · 0.95
Tested by
no test coverage detected