We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_files()
1 parent e8f5b89 commit fb68c6bCopy full SHA for fb68c6b
mkdocs/docs/api.md
@@ -845,16 +845,8 @@ 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 -->
+ Content refers to type of content stored by the data file: `0` - `Data`, `1` - `Position Deletes`, `2` - `Equality Deletes`
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
0 commit comments