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.
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.