pub struct TempSpillFile<S: Store> { /* private fields */ }Expand description
Owned spill file wrapper that truncates to base_len on drop.
This is used by streaming query operators that need a scratch store.
Implementations§
Trait Implementations§
Source§impl<S: Store> Drop for TempSpillFile<S>
impl<S: Store> Drop for TempSpillFile<S>
Auto Trait Implementations§
impl<S> Freeze for TempSpillFile<S>where
S: Freeze,
impl<S> RefUnwindSafe for TempSpillFile<S>where
S: RefUnwindSafe,
impl<S> Send for TempSpillFile<S>where
S: Send,
impl<S> Sync for TempSpillFile<S>where
S: Sync,
impl<S> Unpin for TempSpillFile<S>where
S: Unpin,
impl<S> UnsafeUnpin for TempSpillFile<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for TempSpillFile<S>where
S: UnwindSafe,
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