Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
(p *Parser) End() Pos {
31
if
p.last() == nil {
32
return
Pos(p.lexer.current + 1)
33
}
34
return
p.last().End
35
}
36
37
func
(p *Parser) Pos() Pos {
38
last := p.last()
Callers
8
tryParseCompressionCodecs
Method · 0.95
parseTopClause
Method · 0.95
parseJoinTableExpr
Method · 0.95
parseFrameCurrentRow
Method · 0.95
parseFrameDirectionWithEnd
Method · 0.95
parseGrantPrivilegeStmt
Method · 0.95
parseTableSchemaClause
Method · 0.95
parseShowStmt
Method · 0.95
Calls
2
last
Method · 0.95
Pos
TypeAlias · 0.85
Tested by
no test coverage detected