MCPcopy 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}
2047func (m *Sqlbridge) isEnd() bool {
2048 return m.IsEnd()
2049}
2050
2051func ParseWith(pg expr.TokenPager) (u.JsonHelper, error) {
2052 if pg.Cur().T != lex.TokenWith {

Callers 1

parseSqlSelectMethod · 0.95

Calls 1

IsEndMethod · 0.65

Tested by

no test coverage detected