package
0.0.0-20210317165925-a59fb33c527d
Repository: https://github.com/conprof/db.git
Documentation: pkg.go.dev

# Functions

FromData returns a chunk from a byte slice of chunk data.
No description provided by the author
No description provided by the author
NewNopIterator returns a new chunk iterator that does not hold any data.
NewPool returns a new pool.

# Constants

The different available chunk encodings.
The different available chunk encodings.
The different available chunk encodings.
The different available chunk encodings.
The different available chunk encodings.

# Structs

No description provided by the author
BytesChunk combines the valueChunk and timestampChunk.
No description provided by the author
No description provided by the author

# Interfaces

Appender adds sample pairs to a chunk.
Chunk holds a sequence of sample pairs that can be iterated over and appended to.
Iterator is a simple iterator that can only get the next value.
Pool is used to create and reuse chunk references to avoid allocations.

# Type aliases

Encoding is the identifier for a chunk encoding.