pub struct Common { /* private fields */ }Expand description
What a native table’s frequency synopsis says about one value, as the planner asks for it.
Holds the reader for the reason Stripes does. The synopsis is small where it exists at all,
but it exists per column and copying every column’s into every plan would be paying for the
columns nothing filters on, which is most of them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Common
impl !UnwindSafe for Common
impl Freeze for Common
impl Send for Common
impl Sync for Common
impl Unpin for Common
impl UnsafeUnpin for Common
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