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

Method advance

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

Source from the content-addressed store, hash-verified

123}
124
125func (p *parseState) advance() {
126 _, l := utf8.DecodeRuneInString(p.s)
127 p.s = p.s[l:]
128}
129
130func (p *parseState) eatWhitespace() {
131 for isSpaceInParseArray(p.peek()) {

Callers 3

eatWhitespaceMethod · 0.95
parseElementMethod · 0.95
doParseDArrayFromStringFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected