Skip to main content

truncate_dependency_order

Function truncate_dependency_order 

Source
pub fn truncate_dependency_order(
    catalog: &dyn TruncateCatalog,
    targets: &TruncateTargets,
) -> Result<Vec<String>, SQLError>
Expand description

Referencing relations precede their targets, with cycles visited once.