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

Method Done

scode/iter.go:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (r *RecordIter) Done() bool {
88 return r.elems.Done() && r.off >= r.nopts
89}

Callers 14

nthMethod · 0.95
walkRecordFunction · 0.95
recordToExprFunction · 0.95
decodeRecordMethod · 0.95
getNthFromRecordFunction · 0.95
recodeFunction · 0.95
evalMethod · 0.95
hasErrorMethod · 0.95
CallMethod · 0.95
evalMethod · 0.95
loadMethod · 0.95
buildArrowValueMethod · 0.95

Calls 1

DoneMethod · 0.45

Tested by

no test coverage detected