Skip to content

Commit

Permalink
add context + api docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
avriiil authored and ion-elgreco committed Jun 4, 2024
1 parent d65b4d6 commit 493d05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/deleting-rows-from-delta-lake-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ Here are the contents of the Delta table after the delete operation has been per
| 2 | b |
+-------+----------+
```

`dt.delete()` accepts any `SQL where` clause. If no predicate is provided, all rows will be deleted.

Read more in the [API docs](https://delta-io.github.io/delta-rs/api/delta_table/#deltalake.DeltaTable.delete)

0 comments on commit 493d05b

Please sign in to comment.