MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / plpgsqlParserImpl

Struct plpgsqlParserImpl

pkg/sql/plpgsql/parser/plpgsql.go:951–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949}
950
951type plpgsqlParserImpl struct {
952 lval plpgsqlSymType
953 stack [plpgsqlInitialStackSize]plpgsqlSymType
954 char int
955}
956
957func (p *plpgsqlParserImpl) Lookahead() int {
958 return p.char

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected