Function sql::plan::statement::ddl::get_root_dependencies[][src]

fn get_root_dependencies<'a>(
    scx: &'a StatementContext<'_>,
    depends_on: &[GlobalId]
) -> Vec<&'a dyn CatalogItem>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Returns only those CatalogItems that don’t have any other user dependencies. Those are the root dependencies.