FrameBoundDsl

Trait FrameBoundDsl 

Source
pub trait FrameBoundDsl {
    // Required methods
    fn preceding(self) -> OffsetPreceding;
    fn following(self) -> OffsetFollowing;
}
Expand description

Construct a frame clause for window functions from an integer

Required Methods§

Source

fn preceding(self) -> OffsetPreceding

Use the preceding frame clause specification

Source

fn following(self) -> OffsetFollowing

Use the following frame clause specification

Implementations on Foreign Types§

Source§

impl FrameBoundDsl for u64

Implementors§