risingwave_pb::expr::window_function

Type Alias PbType

source
pub type PbType = Type;
Expand description

Alias for Type.

Aliased Type§

enum PbType {
    General(i32),
    Aggregate(i32),
    Aggregate2(AggType),
}

Variants§

§

General(i32)

§

Aggregate(i32)

Deprecated since we have a new aggregate2 variant.

§

Aggregate2(AggType)