Skip to main content

select_catalog

Function select_catalog 

Source
pub fn select_catalog(
    supported: &[Value],
    capabilities: &ClientCapabilities,
    accepts_inline: bool,
) -> Result<Catalog>
Expand description

select_catalog_schema, parsed into a typed Catalog.

ยงErrors

See select_catalog_schema; also returns Error::Catalog if the chosen document is not a usable catalog.