Function mz_sql::plan::query::scalar_type_from_catalog

source ยท
pub fn scalar_type_from_catalog(
    catalog: &dyn SessionCatalog,
    id: GlobalId,
    modifiers: &[i64],
) -> Result<ScalarType, PlanError>