Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ advance
Method
advance
postgres/parser/sem/tree/parse_array.go:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(p *parseState) advance() {
96
_, l := utf8.DecodeRuneInString(p.s)
97
p.s = p.s[l:]
98
}
99
100
func
(p *parseState) eatWhitespace() {
101
for
unicode.IsSpace(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