At returns the current float element of the iterator.
()
| 128 | |
| 129 | // At returns the current float element of the iterator. |
| 130 | func (b *MemoizedSeriesIterator) At() (int64, float64) { |
| 131 | return b.it.At() |
| 132 | } |
| 133 | |
| 134 | // AtFloatHistogram returns the current float-histogram element of the iterator. |
| 135 | func (b *MemoizedSeriesIterator) AtFloatHistogram() (int64, *histogram.FloatHistogram) { |