Crate below_store[][src]

Modules

advance

Structs

DataFrame

This data store works as follows:

StoreWriter

The StoreWriter struct maintains state to put more data in the store. It keeps track of the index and data file it’s currently working on so in the common case it can just append data. When it rolls over to a new shard, it will recreate itself.

Enums

Direction

Direction to scan for next sample

Format

Functions

read_next_sample

Reads the next sample recorded at time >= timestamp (if Direction::Forward) or time <= timestamp (if Direction::Reverse)

Type Definitions

Advance