buoyant_kernel 0.22.0

Buoyant Data distribution of delta-kernel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Single integration test crate for delta_kernel.
//!
//! All integration tests are linked into one binary so they share a single
//! compile + link cycle. Each topic lives in its own submodule below and is
//! organized by file/directory.

#[macro_use]
mod common;

mod create_table;
mod features;
mod golden_tables;
mod hdfs;
mod log;
mod metrics;
mod read;
mod write;