pub type PbGeneralType = GeneralType;
Aliased Type§
enum PbGeneralType {
Unspecified = 0,
RowNumber = 1,
Rank = 2,
DenseRank = 3,
Lag = 7,
Lead = 8,
}
pub type PbGeneralType = GeneralType;
enum PbGeneralType {
Unspecified = 0,
RowNumber = 1,
Rank = 2,
DenseRank = 3,
Lag = 7,
Lead = 8,
}