MCPcopy 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
171func (v Value) ContainerIter() scode.Iter {
172 return v.Bytes().Iter()
173}
174
175func (v Value) RecordIter(opts int) scode.RecordIter {
176 return scode.NewRecordIter(v.Bytes(), opts)

Callers 13

ArrayIndexMethod · 0.95
ElementsMethod · 0.95
ContainerLengthMethod · 0.95
decodeStringsFunction · 0.80
formatVectorMethod · 0.80
decodeMapMethod · 0.80
decodeArrayMethod · 0.80
compareValuesFunction · 0.80
toArrayOrSetMethod · 0.80
toMapMethod · 0.80
ConsumeAsPartialMethod · 0.80
ConsumeAsPartialMethod · 0.80

Calls 2

BytesMethod · 0.95
IterMethod · 0.80

Tested by

no test coverage detected