Iterator implements the Chunk interface.
(it Iterator)
| 189 | |
| 190 | // Iterator implements the Chunk interface. |
| 191 | func (c *XOR2Chunk) Iterator(it Iterator) Iterator { |
| 192 | return c.iterator(it) |
| 193 | } |
| 194 | |
| 195 | // xor2Appender appends samples with optional start timestamps using |
| 196 | // the XOR2 joint control bit encoding for regular timestamp and value, |