Type Alias PbGeneralType

Source
pub type PbGeneralType = GeneralType;

Aliased Type§

#[repr(i32)]
pub enum PbGeneralType { Unspecified = 0, RowNumber = 1, Rank = 2, DenseRank = 3, Lag = 7, Lead = 8, }

Variants§

§

Unspecified = 0

§

RowNumber = 1

§

Rank = 2

§

DenseRank = 3

§

Lag = 7

PERCENT_RANK = 4; CUME_DIST = 5; NTILE = 6;

§

Lead = 8