Shifting code for the manifest evaluator visitor and metrics to the table package rather than being in the top level iceberg package to reduce how much we need to export as we don't want to export these visitors anyways. They should be internal only and will be need for future development of the Scanner.
Split out from #118.
Shifting code for the manifest evaluator visitor and metrics to the
table
package rather than being in the top leveliceberg
package to reduce how much we need to export as we don't want to export these visitors anyways. They should be internal only and will be need for future development of the Scanner.