Function google_cloud_spanner::mutation::delete
source · pub fn delete(table: &str, key_set: impl Into<KeySet>) -> MutationExpand description
delete removes the rows described by the KeySet from the table. It succeeds whether or not the keys were present.