pub type PbDeleteNode = DeleteNode;
Expand description
Alias for DeleteNode
.
Aliased Type§
struct PbDeleteNode {
pub table_id: u32,
pub table_version_id: u64,
pub returning: bool,
pub session_id: u32,
}
Fields§
§table_id: u32
Id of the table to perform deleting.
table_version_id: u64
Version of the table.
returning: bool
§session_id: u32
Session id is used to ensure that dml data from the same session should be sent to a fixed worker node and channel.