fix: doc link
parent
70b44f78ee
commit
171b2a14c7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue