risingwave_pb::task_service

Type Alias PbFastInsertResponse

source
pub type PbFastInsertResponse = FastInsertResponse;
Expand description

Alias for FastInsertResponse.

Aliased Type§

struct PbFastInsertResponse {
    pub status: i32,
    pub error_message: String,
}

Fields§

§status: i32§error_message: String