pub(crate) fn get_catalog_schema( db: &Option<String>, ctx: &QueryContext, ) -> (String, String)
Tries to get catalog and schema from an optional db param. And retrieves them from [QueryContext] if they don’t present.