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§
Sourcefn preceding(self) -> OffsetPreceding
fn preceding(self) -> OffsetPreceding
Use the preceding frame clause specification
Sourcefn following(self) -> OffsetFollowing
fn following(self) -> OffsetFollowing
Use the following frame clause specification