pub struct Over<'a> { /* private fields */ }
Expand description
Determines the partitioning and ordering of a rowset before the associated window function is applied.
Implementations§
Trait Implementations§
impl<'a> StructuralPartialEq for Over<'a>
Auto Trait Implementations§
impl<'a> Freeze for Over<'a>
impl<'a> RefUnwindSafe for Over<'a>
impl<'a> Send for Over<'a>
impl<'a> Sync for Over<'a>
impl<'a> Unpin for Over<'a>
impl<'a> UnwindSafe for Over<'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