risingwave_pb::expr

Type Alias PbInputRef

source
pub type PbInputRef = InputRef;
Expand description

Alias for InputRef.

Aliased Type§

struct PbInputRef {
    pub index: u32,
    pub type: Option<DataType>,
}

Fields§

§index: u32§type: Option<DataType>