MCPcopy
hub / github.com/lindb/lindb / HasNext

Method HasNext

series/iterator.go:47–47  ·  view source on GitHub ↗

HasNext returns if the iteration has more field's iterator.

()

Source from the content-addressed store, hash-verified

45 FieldType() field.Type
46 // HasNext returns if the iteration has more field's iterator.
47 HasNext() bool
48 // Next returns the field's iterator.
49 Next() (startTime int64, fieldIt FieldIterator)
50 // BinaryMarshaler marshals the data.

Callers 15

TestBinaryIteratorFunction · 0.95
TestFloatArrayFunction · 0.95
makeResultSetMethod · 0.95
RateCallFunction · 0.95
AvgCallFunction · 0.95
getDataFloatArrayFunction · 0.95
ScanTagValueIDsMethod · 0.65
GroupingMethod · 0.65
IterateLowSeriesIDsMethod · 0.65
doMergeMethod · 0.65
generateIteratorFunction · 0.65
TestStoreIteratorFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestBinaryIteratorFunction · 0.76
TestFloatArrayFunction · 0.76
getDataFloatArrayFunction · 0.76
generateIteratorFunction · 0.52
TestStoreIteratorFunction · 0.52
TestMergedIteratorFunction · 0.52
generateIteratorFunction · 0.52
assertFieldIteratorFunction · 0.52
Test_MarshalBinaryFunction · 0.52
assertReadAllFunction · 0.52