risingwave_pb::expr::window_frame

Type Alias PbRangeFrameBound

source
pub type PbRangeFrameBound = RangeFrameBound;
Expand description

Alias for RangeFrameBound.

Aliased Type§

struct PbRangeFrameBound {
    pub type: i32,
    pub offset: Option<Datum>,
}

Fields§

§type: i32§offset: Option<Datum>