We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data_files
delete_files
1 parent 30e9dd0 commit e8f5b89Copy full SHA for e8f5b89
mkdocs/docs/api.md
@@ -845,6 +845,19 @@ readable_metrics: [
845
[6.0989]]
846
```
847
848
+<!-- prettier-ignore-start -->
849
+
850
+!!! info
851
+ Content refers to type of content stored by the data file:
852
853
+ - 0 Data
854
+ - 1 Position Deletes
855
+ - 2 Equality Deletes
856
857
+<!-- prettier-ignore-end -->
858
859
+To show only data files or delete files in the current snapshot, use `table.inspect.data_files()` and `table.inspect.delete_files()` respectively.
860
861
## Add Files
862
863
Expert Iceberg users may choose to commit existing parquet files to the Iceberg table as data files, without rewriting them.
0 commit comments