// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! Compression statistics types.
/// Configures how stats are generated.
///
/// Each scheme declares its required options via [`Scheme::stats_options`]. The compressor
/// merges all eligible schemes' options before generating stats, so that a single stats pass
/// satisfies every scheme.
///
/// [`Scheme::stats_options`]: crate::scheme::Scheme::stats_options