Function mz_sql::names::resolve

source ·
pub fn resolve<N>(
    catalog: &dyn SessionCatalog,
    node: N
) -> Result<(N::Folded, ResolvedIds), PlanError>
where N: FoldNode<Raw, Aug>,
Expand description

Resolves names in an AST node using the provided catalog.