risingwave_pb::common

Type Alias PbOrderType

source
pub type PbOrderType = OrderType;
Expand description

Alias for OrderType.

Aliased Type§

struct PbOrderType {
    pub direction: i32,
    pub nulls_are: i32,
}

Fields§

§direction: i32§nulls_are: i32