//! Trait defining roaring-specific table operations.
//!
//! This trait abstracts operations that require roaring bitmap knowledge
//! from the generic partitioned storage layer.
use crateResult;
use RoaringTreemap;
/// Trait for table-level operations to support segmentation.