MCPcopy Create free account
hub / github.com/brimdata/super / RecordIter

Method RecordIter

value.go:175–177  ·  view source on GitHub ↗
(opts int)

Source from the content-addressed store, hash-verified

173}
174
175func (v Value) RecordIter(opts int) scode.RecordIter {
176 return scode.NewRecordIter(v.Bytes(), opts)
177}
178
179// If the passed-in element is an array, attempt to get the idx'th
180// element, and return its type and raw representation. Returns an

Callers

nothing calls this directly

Calls 2

BytesMethod · 0.95
NewRecordIterFunction · 0.92

Tested by

no test coverage detected