Skip to content

Commit fb68c6b

Browse files
committed
Update mehtod signature of _files()
1 parent e8f5b89 commit fb68c6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mkdocs/docs/api.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -845,16 +845,8 @@ readable_metrics: [
845845
[6.0989]]
846846
```
847847

848-
<!-- prettier-ignore-start -->
849-
850848
!!! 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 -->
849+
Content refers to type of content stored by the data file: `0` - `Data`, `1` - `Position Deletes`, `2` - `Equality Deletes`
858850

859851
To show only data files or delete files in the current snapshot, use `table.inspect.data_files()` and `table.inspect.delete_files()` respectively.
860852

0 commit comments

Comments
 (0)