# Functions
DecodeKeyValue decodes the key and value from bytes.
MeasurementFromSeriesKey returns the Measurement name for a given series.
NewDatabase creates a database instance using data at path.
NewFieldCodec returns a FieldCodec for the given Measurement.
# Variables
ErrFieldNotFound is returned when a field cannot be found.
ErrFieldUnmappedID is returned when the system is presented, during decode, with a field ID there is no mapping for.
# Structs
Database represents an entire database on disk.
Field represents an encoded field.
FieldCodec provides encoding and decoding functionality for the fields of a given Measurement.
MeasurementFields is a mapping from measurements to its fields.
Series represents a series in the shard.
ShardInfo is the description of a shard on disk.
# Type aliases
EngineFormat holds the flag for the engine.
ShardInfos is an array of ShardInfo.