risingwave_pb::expr::window_function

Type Alias PbGeneralType

source
pub type PbGeneralType = GeneralType;
Expand description

Alias for GeneralType.

Aliased Type§

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