MCPcopy
hub / github.com/lindb/lindb / BinaryPrimitiveIterator

Struct BinaryPrimitiveIterator

series/binary_iterator.go:161–164  ·  view source on GitHub ↗

BinaryPrimitiveIterator implements PrimitiveIterator interface.

Source from the content-addressed store, hash-verified

159
160// BinaryPrimitiveIterator implements PrimitiveIterator interface.
161type BinaryPrimitiveIterator struct {
162 aggType field.AggType
163 tsd *encoding.TSDDecoder
164}
165
166func NewPrimitiveIterator(aggType field.AggType, tsd *encoding.TSDDecoder) *BinaryPrimitiveIterator {
167 return &BinaryPrimitiveIterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected