Function servers::http::prometheus::get_catalog_schema

source ·
pub(crate) fn get_catalog_schema(
    db: &Option<String>,
    ctx: &QueryContext,
) -> (String, String)
Expand description

Tries to get catalog and schema from an optional db param. And retrieves them from QueryContext if they don’t present.