Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/uptrace/bun
/ Next
Method
Next
dialect/pgdialect/array_parser.go:36–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(p *arrayParser) Next() bool {
37
if
p.err != nil {
38
return
false
39
}
40
p.err = p.readNext()
41
return
p.err == nil
42
}
43
44
func
(p *arrayParser) Err() error {
45
if
p.err != io.EOF {
Callers
8
arrayScanner
Function · 0.45
decodeStringSlice
Function · 0.45
decodeIntSlice
Function · 0.45
decodeInt64Slice
Function · 0.45
scanFloat64Slice
Function · 0.45
TestArrayParser
Function · 0.45
TestHStoreParser
Function · 0.45
decodeMapStringString
Function · 0.45
Calls
1
readNext
Method · 0.95
Tested by
2
TestArrayParser
Function · 0.36
TestHStoreParser
Function · 0.36