Function print_table_column

Source
fn print_table_column(
    full_key: FullKey<&[u8]>,
    humm_val: HummockValue<&[u8]>,
    table_data: &HashMap<u32, TableCatalog>,
) -> Result<()>
Expand description

If possible, prints information about the table, column, and stored value.