AtT returns the current timestamp of the iterator.
()
| 157 | |
| 158 | // AtT returns the current timestamp of the iterator. |
| 159 | func (b *BufferedSeriesIterator) AtT() int64 { |
| 160 | return b.it.AtT() |
| 161 | } |
| 162 | |
| 163 | // AtST returns the current sample's start timestamp of the iterator. |
| 164 | func (b *BufferedSeriesIterator) AtST() int64 { |