fix: doc link

pull/24376/head
Marco Neumann 2023-07-03 12:22:13 +02:00 committed by Dom Dwyer
parent 70b44f78ee
commit 171b2a14c7
No known key found for this signature in database
GPG Key ID: E4C40DBD9157879A
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ pub(crate) struct NamespaceData<O> {
/// ///
/// The [`TableProvider`] acts as a [`DeferredLoad`] constructor to /// The [`TableProvider`] acts as a [`DeferredLoad`] constructor to
/// resolve the catalog [`Table`] for new [`TableData`] out of the hot path. /// resolve the catalog [`Table`] for new [`TableData`] out of the hot path.
///
///
/// [`Table`]: data_types::Table
tables: ArcMap<TableId, TableData<O>>, tables: ArcMap<TableId, TableData<O>>,
catalog_table_resolver: Arc<dyn TableProvider>, catalog_table_resolver: Arc<dyn TableProvider>,
/// The count of tables initialised in this Ingester so far, across all /// The count of tables initialised in this Ingester so far, across all