Modules§
Structs§
- Chunk
Size Po2 - Data
Frame - This data store works as follows:
- Local
Store - Remote
Store - Store
Writer - 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§
- Compression
Mode - Direction
- Direction to scan for next sample
- Format
- Serialization format. Currently only Cbor is supported.
Constants§
Traits§
Functions§
- read_
next_ sample - Convenient function to read the first sample at timestamp or after timestamp in direction. Prefer directly using StoreCursor for sequential reads