File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
docs/src/main/sphinx/connector Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1318,10 +1318,11 @@ The output of the query has the following columns:
13181318 - File metrics in human-readable form.
13191319:::
13201320
1321- ##### ` $entries ` table
1321+ ##### ` $entries ` and ` $all_entries ` tables
13221322
1323- The ` $entries ` table provides all the table's current manifest entries for both
1324- data and delete files.
1323+ The ` $entries ` and ` $all_entries ` tables provide the table's manifest entries
1324+ for both data and delete files. The ` $entries ` table contains data for the
1325+ current snapshot. The ` $all_entries ` table contains data for all snapshots.
13251326
13261327To retrieve the information about the entries of the Iceberg table
13271328` test_table ` , use the following query:
You can’t perform that action at this time.
0 commit comments