risingwave_pb::expr::window_frame

Type Alias PbType

source
pub type PbType = Type;
Expand description

Alias for Type.

Aliased Type§

enum PbType {
    Unspecified = 0,
    RowsLegacy = 2,
    Rows = 5,
    Range = 10,
    Session = 15,
}

Variants§

§

Unspecified = 0

§

RowsLegacy = 2

Deprecated since we introduced RANGE frame.

§

Rows = 5

§

Range = 10

§

Session = 15