MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / sqlParserImpl

Struct sqlParserImpl

pkg/sql/parser/sql.go:14398–14402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14396}
14397
14398type sqlParserImpl struct {
14399 lval sqlSymType
14400 stack [sqlInitialStackSize]sqlSymType
14401 char int
14402}
14403
14404func (p *sqlParserImpl) Lookahead() int {
14405 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected