pub struct DenseRank;Expand description
DENSE_RANK() window function
Trait Implementations§
Source§impl WindowFunction for DenseRank
impl WindowFunction for DenseRank
fn function_name() -> &'static str
Auto Trait Implementations§
impl Freeze for DenseRank
impl RefUnwindSafe for DenseRank
impl Send for DenseRank
impl Sync for DenseRank
impl Unpin for DenseRank
impl UnwindSafe for DenseRank
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