Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ isEnd
Method
isEnd
rel/parse_sql.go:2047–2049 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2045
return
nil
2046
}
2047
func
(m *Sqlbridge) isEnd() bool {
2048
return
m.IsEnd()
2049
}
2050
2051
func
ParseWith(pg expr.TokenPager) (u.JsonHelper, error) {
2052
if
pg.Cur().T != lex.TokenWith {
Callers
1
parseSqlSelect
Method · 0.95
Calls
1
IsEnd
Method · 0.65
Tested by
no test coverage detected