pub struct Stripe { /* private fields */ }Expand description
One independently readable stripe of a table.
Implementations§
Source§impl Stripe
impl Stripe
Sourcepub fn zone(&self) -> &Zone
pub fn zone(&self) -> &Zone
The two ends and the null count of every column over the whole stripe.
In the directory and so in memory, which is what makes it the one a planner can ask. The
finer ones are a page per column per stripe in the file, read by Reader::skips when a
scan wants to know which parts to open.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stripe
impl RefUnwindSafe for Stripe
impl Send for Stripe
impl Sync for Stripe
impl Unpin for Stripe
impl UnsafeUnpin for Stripe
impl UnwindSafe for Stripe
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