Skip to main content

load_schema

Function load_schema 

Source
pub fn load_schema(db: &Database) -> SchemaData
Expand description

Load schema metadata from the catalog for the sidebar browser.

Queries actual row counts since the catalog num_rows may not reflect rows inserted via individual CREATE statements.