risingwave_pb::expr::window_frame

Type Alias PbExclusion

source
pub type PbExclusion = Exclusion;
Expand description

Alias for Exclusion.

Aliased Type§

enum PbExclusion {
    Unspecified = 0,
    CurrentRow = 1,
    NoOthers = 4,
}

Variants§

§

Unspecified = 0

§

CurrentRow = 1

§

NoOthers = 4

EXCLUSION_GROUP = 2; EXCLUSION_TIES = 3;