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

Method advance

pkg/sql/sem/tree/parse_array.go:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (p *parseState) advance() {
81 _, l := utf8.DecodeRuneInString(p.s)
82 p.s = p.s[l:]
83}
84
85func (p *parseState) eatWhitespace() {
86 for unicode.IsSpace(p.peek()) {

Callers 3

eatWhitespaceMethod · 0.95
parseElementMethod · 0.95
doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected