PbRankState

Type Alias PbRankState 

Source
pub type PbRankState = RankState;

Aliased Type§

pub struct PbRankState {
    pub prev_order_key: Option<Vec<u8>>,
    pub prev_rank: i64,
    pub prev_pos_in_peer_group: 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§prev_pos_in_peer_group: i64