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

Method Done

runtime/sam/expr/fieldnamefinder.go:125–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func (f *FieldNameIter) Done() bool {
126 return len(f.stack) == 0
127}
128
129func (f *FieldNameIter) Next() []byte {
130 // Step into non-empty records.

Callers 15

TestFieldNameIterFunction · 0.95
PullMethod · 0.45
sendResultMethod · 0.45
runMethod · 0.45
PullMethod · 0.45
sendMethod · 0.45
runMethod · 0.45
PullMethod · 0.45
EvalMethod · 0.45
PullMethod · 0.45
PullMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestFieldNameIterFunction · 0.76