// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) 2026 ReifyDB
//! Index data structures used by the engine during planning and execution.
//!
//! Covers encoded entry layout, point-get and range-get lookups, set-based membership, and shape-aware indexing. These
//! structures complement the on-disk indexes; they exist to accelerate join and filter selectivity decisions inside a
//! single query rather than to persist across queries.