Spark supports iceberg's All_* metadata tables. This issue is to add the All_Entries metadata table.
We can create separate issues for different tables.
reference: https://github.com/apache/iceberg/blob/e146d812f251f1ee5b54edd7dc696034c5ff75f4/core/src/main/java/org/apache/iceberg/MetadataTableUtils.java#L71
Also wondering if we can also think of reusing Metadata table classes that Iceberg has like: AllEntries instead of doing it doing it in the Trino APIs.