struct ReeInfo<'a> {
array: &'a dyn Array,
offset: usize,
start_physical: usize,
len: usize,
}Expand description
Run-end encoding metadata for one side of a comparison. Holds a reference to the original REE array for deferred typed access to run_ends.
Fields§
§array: &'a dyn Array§offset: usize§start_physical: usize§len: usizeImplementations§
Auto Trait Implementations§
impl<'a> Freeze for ReeInfo<'a>
impl<'a> !RefUnwindSafe for ReeInfo<'a>
impl<'a> Send for ReeInfo<'a>
impl<'a> Sync for ReeInfo<'a>
impl<'a> Unpin for ReeInfo<'a>
impl<'a> UnsafeUnpin for ReeInfo<'a>
impl<'a> !UnwindSafe for ReeInfo<'a>
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