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