BinaryPrimitiveIterator implements PrimitiveIterator interface.
| 159 | |
| 160 | // BinaryPrimitiveIterator implements PrimitiveIterator interface. |
| 161 | type BinaryPrimitiveIterator struct { |
| 162 | aggType field.AggType |
| 163 | tsd *encoding.TSDDecoder |
| 164 | } |
| 165 | |
| 166 | func NewPrimitiveIterator(aggType field.AggType, tsd *encoding.TSDDecoder) *BinaryPrimitiveIterator { |
| 167 | return &BinaryPrimitiveIterator{ |
nothing calls this directly
no outgoing calls
no test coverage detected