pub fn read_next_sample<P: AsRef<Path>>(
    path: P,
    timestamp: SystemTime,
    direction: Direction,
    logger: Logger
) -> Result<Option<(SystemTime, DataFrame)>>
Expand description

Convenient function to read the first sample at timestamp or after timestamp in direction. Prefer directly using StoreCursor for sequential reads