package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

Count returns the number of integers encoded within an uint64.
Count returns the number of integers encoded in the byte slice.
Decode writes the uncompressed values from src to dst.
DecodeBytesBigEndian writes the compressed, big-endian values from src to dst.
Encode packs as many values into a single uint64.
Encode returns a packed slice of the values from src.
NewDecoder returns a Decoder from a byte slice.
NewEncoder returns an Encoder able to convert uint64s to compressed byte slices.

# Constants

# Variables

# Structs

Decoder converts a compressed byte slice to a stream of unsigned 64bit integers.
Encoder converts a stream of unsigned 64bit integers to a compressed byte slice.