risingwave_pb::common

Type Alias PbDirection

source
pub type PbDirection = Direction;
Expand description

Alias for Direction.

Aliased Type§

enum PbDirection {
    Unspecified = 0,
    Ascending = 1,
    Descending = 2,
}

Variants§

§

Unspecified = 0

§

Ascending = 1

§

Descending = 2