Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
func
(p *parseState) advance() {
81
_, l := utf8.DecodeRuneInString(p.s)
82
p.s = p.s[l:]
83
}
84
85
func
(p *parseState) eatWhitespace() {
86
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