risingwave_pb::expr::window_frame

Type Alias PbSessionFrameBounds

source
pub type PbSessionFrameBounds = SessionFrameBounds;
Expand description

Alias for SessionFrameBounds.

Aliased Type§

struct PbSessionFrameBounds {
    pub gap: Option<Datum>,
    pub order_data_type: Option<DataType>,
    pub order_type: Option<OrderType>,
    pub gap_data_type: Option<DataType>,
}

Fields§

§gap: Option<Datum>§order_data_type: Option<DataType>§order_type: Option<OrderType>§gap_data_type: Option<DataType>