Versions in this module Expand all Collapse all v1 v1.0.21 Dec 12, 2023 v1.0.20 Dec 12, 2023 Changes in this version + func IntsCodecAs(sliceType reflect.Type, sizeOfInt int) binary.Codec + func UintsCodecAs(sliceType reflect.Type, sizeOfInt int) binary.Codec + type Int16s []int16 + func (s *Int16s) GetBinaryCodec() binary.Codec + func (s Int16s) Len() int + func (s Int16s) Less(i, j int) bool + func (s Int16s) Swap(i, j int) + type Int32s []int32 + func (s *Int32s) GetBinaryCodec() binary.Codec + func (s Int32s) Len() int + func (s Int32s) Less(i, j int) bool + func (s Int32s) Swap(i, j int) + type Int64s []int64 + func (s *Int64s) GetBinaryCodec() binary.Codec + func (s Int64s) Len() int + func (s Int64s) Less(i, j int) bool + func (s Int64s) Swap(i, j int) + type TimeCounters struct + Data []uint64 + Time []uint64 + func (ts *TimeCounters) Append(time, value uint64) + func (ts *TimeCounters) GetBinaryCodec() binary.Codec + func (ts *TimeCounters) Len() int + func (ts *TimeCounters) Less(i, j int) bool + func (ts *TimeCounters) Swap(i, j int) + type TimeSeries struct + Data []float64 + Time []uint64 + func (ts *TimeSeries) Append(time uint64, value float64) + func (ts *TimeSeries) GetBinaryCodec() binary.Codec + func (ts *TimeSeries) Len() int + func (ts *TimeSeries) Less(i, j int) bool + func (ts *TimeSeries) Swap(i, j int) + type Timestamps []uint64 + func (ts *Timestamps) GetBinaryCodec() binary.Codec + type Uint16s []uint16 + func (s *Uint16s) GetBinaryCodec() binary.Codec + func (s Uint16s) Len() int + func (s Uint16s) Less(i, j int) bool + func (s Uint16s) Swap(i, j int) + type Uint32s []uint32 + func (s *Uint32s) GetBinaryCodec() binary.Codec + func (s Uint32s) Len() int + func (s Uint32s) Less(i, j int) bool + func (s Uint32s) Swap(i, j int) + type Uint64s []uint64 + func (s *Uint64s) GetBinaryCodec() binary.Codec + func (s Uint64s) Len() int + func (s Uint64s) Less(i, j int) bool + func (s Uint64s) Swap(i, j int)