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