1// SPDX-License-Identifier: Apache-2.0
2// Copyright (c) 2025 ReifyDB
34pub mod bucket;
5pub mod compress;
6pub mod compute;
7pub mod encoding;
8pub mod error;
9pub mod predicate;
10pub mod reader;
11pub mod registry;
12pub mod scan;
13pub mod selection;
14pub mod snapshot;