pub type PbDmlNode = DmlNode;Aliased Type§
pub struct PbDmlNode {
pub table_id: u32,
pub table_version_id: u64,
pub column_descs: Vec<ColumnDesc>,
pub rate_limit: Option<u32>,
}Fields§
§table_id: u32Id of the table on which DML performs.
table_version_id: u64Version of the table.
column_descs: Vec<ColumnDesc>Column descriptions of the table.
rate_limit: Option<u32>