Interval the given timestamp within the range and step.
(ts uint64)
| 1714 | type IntervalMapper interface { |
| 1715 | // Interval the given timestamp within the range and step. |
| 1716 | Interval(ts uint64) int |
| 1717 | // IntervalMs is the same as Bucket except the input and calculations are in unix milliseconds. |
| 1718 | IntervalMs(ts int64) int |
| 1719 | TimestampOf(interval int) uint64 |
no outgoing calls