PbDenseRankState

Type Alias PbDenseRankState 

Source
pub type PbDenseRankState = DenseRankState;

Aliased Type§

pub struct PbDenseRankState {
    pub prev_order_key: Option<Vec<u8>>,
    pub prev_rank: i64,
}

Fields§

§prev_order_key: Option<Vec<u8>>

The memcmp-encoded order key of the previous output row. Absent when no row has been output yet.

§prev_rank: i64