pub struct NumericGraph;Expand description
Standard graph: Numeric compression (optimized for numeric data)
Trait Implementations§
Source§impl GraphFn for NumericGraph
impl GraphFn for NumericGraph
Source§fn build_graph(&self, _compressor: &mut Compressor) -> GraphId
fn build_graph(&self, _compressor: &mut Compressor) -> GraphId
Build the compression graph using the provided Compressor. Read more
Auto Trait Implementations§
impl Freeze for NumericGraph
impl RefUnwindSafe for NumericGraph
impl Send for NumericGraph
impl Sync for NumericGraph
impl Unpin for NumericGraph
impl UnwindSafe for NumericGraph
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more