Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
func
(p *parseState) advance() {
126
_, l := utf8.DecodeRuneInString(p.s)
127
p.s = p.s[l:]
128
}
129
130
func
(p *parseState) eatWhitespace() {
131
for
isSpaceInParseArray(p.peek()) {
Callers
3
eatWhitespace
Method · 0.95
parseElement
Method · 0.95
doParseDArrayFromString
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected