column_store 0.1.0

Column-oriented database management system.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use column_store_proc_macros::Table;

#[macro_export]
macro_rules! get_first_match {
    ($($column:ident),*;$from:ident;$($where_:expr);*) => {
        {
            Some((23, "Hot pepper sauce!"))
        }
    };
}