risingwave_pb::ddl_service

Type Alias PbDropSinkRequest

source
pub type PbDropSinkRequest = DropSinkRequest;
Expand description

Alias for DropSinkRequest.

Aliased Type§

struct PbDropSinkRequest {
    pub sink_id: u32,
    pub cascade: bool,
    pub affected_table_change: Option<ReplaceTablePlan>,
}

Fields§

§sink_id: u32§cascade: bool§affected_table_change: Option<ReplaceTablePlan>