The iterator passed as argument is for re-use. Depending on implementation, the iterator can be re-used or a new iterator can be allocated.
(Iterator)
| 105 | // Depending on implementation, the iterator can |
| 106 | // be re-used or a new iterator can be allocated. |
| 107 | Iterator(Iterator) Iterator |
| 108 | } |
| 109 | |
| 110 | // Appender adds sample with start timestamp, timestamp, and value to a chunk. |
no outgoing calls