AtST returns the current sample's start timestamp of the iterator.
()
| 162 | |
| 163 | // AtST returns the current sample's start timestamp of the iterator. |
| 164 | func (b *BufferedSeriesIterator) AtST() int64 { |
| 165 | return b.it.AtST() |
| 166 | } |
| 167 | |
| 168 | // Err returns the last encountered error. |
| 169 | func (b *BufferedSeriesIterator) Err() error { |