pub struct PercentRankState { /* private fields */ }Expand description
State for percent_rank().
The VDBE must step() all rows in the partition first (to compute ranks and partition size), then iterate by calling value() and inverse() for each output row.
Auto Trait Implementations§
impl Freeze for PercentRankState
impl RefUnwindSafe for PercentRankState
impl Send for PercentRankState
impl Sync for PercentRankState
impl Unpin for PercentRankState
impl UnsafeUnpin for PercentRankState
impl UnwindSafe for PercentRankState
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