fn print_table_column( full_key: FullKey<&[u8]>, humm_val: HummockValue<&[u8]>, table_data: &HashMap<u32, TableCatalog>, ) -> Result<()>
If possible, prints information about the table, column, and stored value.