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

# Functions

NewEngine returns a new instance of Engine.
WALPartition returns the partition number that key belongs to.

# Constants

Format is the file format name of this engine.
WALPartitionN is the number of partitions in the write ahead log.

# Variables

ErrWALPartitionNotFound returns when flushing a partition that does not exist.

# Structs

Cursor provides ordered iteration across a series.
Engine represents a version 1 storage engine.
Tx represents a transaction.