Type Definition sql::plan::lowering::CteMap[][src]

type CteMap = HashMap<LocalId, CteDesc>;
Expand description

Map with the CTEs currently in scope.