Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ContainerIter
Method
ContainerIter
value.go:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(v Value) ContainerIter() scode.Iter {
172
return
v.Bytes().Iter()
173
}
174
175
func
(v Value) RecordIter(opts int) scode.RecordIter {
176
return
scode.NewRecordIter(v.Bytes(), opts)
Callers
13
ArrayIndex
Method · 0.95
Elements
Method · 0.95
ContainerLength
Method · 0.95
decodeStrings
Function · 0.80
formatVector
Method · 0.80
decodeMap
Method · 0.80
decodeArray
Method · 0.80
compareValues
Function · 0.80
toArrayOrSet
Method · 0.80
toMap
Method · 0.80
ConsumeAsPartial
Method · 0.80
ConsumeAsPartial
Method · 0.80
Calls
2
Bytes
Method · 0.95
Iter
Method · 0.80
Tested by
no test coverage detected