Function get_all_table_info_values_by_table_ids

Source
pub(crate) async fn get_all_table_info_values_by_table_ids<'a>(
    table_info_manager: &TableInfoManager,
    table_ids: &[TableId],
    table_names: &[TableReference<'a>],
) -> Result<Vec<DeserializedValueWithBytes<TableInfoValue>>>
Expand description

Get all table info values by table ids.

Returns an error if any table does not exist.