Function gossip_kv::model::delete_row
source ยท pub fn delete_row<C>(
row_ts: C,
ns: Namespace,
table_name: TableName,
key: RowKey,
) -> Namespaces<C>
Expand description
TableMap element to delete a row from an existing TableMap.
Merge this into an existing TableMap to delete a row from a table.
Parameters:
row_ts
: New timestamp of the row being deleted.table_name
: Name of the table.key
: Primary key of the row.