pub type PbDmlNode = DmlNode;
Expand description
Alias for DmlNode
.
Aliased Type§
struct PbDmlNode {
pub table_id: u32,
pub table_version_id: u64,
pub column_descs: Vec<ColumnDesc>,
}
Fields§
§table_id: u32
Id of the table on which DML performs.
table_version_id: u64
Version of the table.
column_descs: Vec<ColumnDesc>
Column descriptions of the table.