nodedb-columnar 0.1.0

Columnar segment format and memtable for NodeDB analytical storage
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0

mod access;
mod backfill;
mod dict_encode;
mod push;
mod truncate;
mod types;

pub use types::{ColumnData, DICT_ENCODE_MAX_CARDINALITY};