reifydb-column 0.4.13

Columnar storage engine for ReifyDB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB

pub mod bucket;
pub mod compress;
pub mod compute;
pub mod encoding;
pub mod error;
pub mod predicate;
pub mod reader;
pub mod registry;
pub mod scan;
pub mod selection;
pub mod snapshot;