package
0.9.4
Repository: https://github.com/skia-dev/influxdb.git
Documentation: pkg.go.dev

# Functions

MarshalEntry encodes point data into a single byte slice.
NewEngine returns a new instance of Engine.
SplitEntries returns a slice of individual entries from one continuous set.
UnmarshalEntry decodes an entry into it's separate parts.

# Constants

4KB.
Format is the file format name of this engine.

# Variables

ErrSeriesExists is returned when writing points to an existing series.

# Structs

Cursor provides ordered iteration across a series.
Engine represents a storage engine with compressed blocks.
Stats represents internal engine statistics.
Tx represents a transaction.

# Interfaces

WAL represents a write ahead log that can be queried.