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