risingwave_pb::expr::window_frame

Type Alias PbRowsFrameBounds

source
pub type PbRowsFrameBounds = RowsFrameBounds;
Expand description

Alias for RowsFrameBounds.

Aliased Type§

struct PbRowsFrameBounds {
    pub start: Option<RowsFrameBound>,
    pub end: Option<RowsFrameBound>,
}

Fields§

§start: Option<RowsFrameBound>§end: Option<RowsFrameBound>