Function google_cloud_spanner::mutation::delete[][src]

pub fn delete<T: Into<String>, F: Into<KeySet>>(
    table: T,
    key_set: F
) -> Mutation
Expand description

delete removes the rows described by the KeySet from the table. It succeeds whether or not the keys were present.