pub type CatalogMap = HashMap<String, HashMap<String, HashMap<String, HashMap<String, DataType>>>>;Expand description
Type alias for the 3-level nested schema map:
catalog → database → table → column → type.
Aliased Type§
pub struct CatalogMap { /* private fields */ }