pub enum FrameKind {
Rows,
Range,
Groups,
}Variants§
Rows
Range
Groups
v7.37.19 (19.11) — PG 11+ GROUPS BETWEEN N PRECEDING AND M FOLLOWING peer-group frame mode. With UNBOUNDED / CURRENT ROW
bounds (no explicit integer offsets) GROUPS behaves identically
to RANGE — both consult the peer-group of the current row.
Integer offsets are not yet supported; the executor rejects
them at run time.
Trait Implementations§
impl Copy for FrameKind
impl Eq for FrameKind
impl StructuralPartialEq for FrameKind
Auto Trait Implementations§
impl Freeze for FrameKind
impl RefUnwindSafe for FrameKind
impl Send for FrameKind
impl Sync for FrameKind
impl Unpin for FrameKind
impl UnsafeUnpin for FrameKind
impl UnwindSafe for FrameKind
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