1
2
3
4
5
6
pub mod flat_relation;
pub mod flat_table;

// TODO: generalize more beyond ValueCount.
#[derive(Debug, PartialEq)]
pub struct ValueCountItem(pub String, pub u64);