common_meta::cache::table::table_schema

Function new_table_schema_cache

source
pub fn new_table_schema_cache(
    name: String,
    cache: Cache<TableId, Arc<SchemaName>>,
    kv_backend: KvBackendRef,
) -> TableSchemaCache
Expand description

Constructs a TableSchemaCache.