pub struct Window<Req> { /* private fields */ }Expand description
Accumulates a window’s PARTITION BY/ORDER BY lists, growing Req
via Concat as Expr::and/or do — so partitioning by an out-of-scope
column fails the same Superset check any other expression would.
Implementations§
Auto Trait Implementations§
impl<Req> Freeze for Window<Req>
impl<Req> RefUnwindSafe for Window<Req>
impl<Req> Send for Window<Req>
impl<Req> Sync for Window<Req>
impl<Req> Unpin for Window<Req>
impl<Req> UnsafeUnpin for Window<Req>
impl<Req> UnwindSafe for Window<Req>
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