risingwave_pb::frontend_service

Type Alias PbGetTableReplacePlanResponse

source
pub type PbGetTableReplacePlanResponse = GetTableReplacePlanResponse;
Expand description

Aliased Type§

struct PbGetTableReplacePlanResponse {
    pub replace_plan: Option<ReplaceTablePlan>,
}

Fields§

§replace_plan: Option<ReplaceTablePlan>