type CteMap = BTreeMap<LocalId, CteDesc>;
Map with the CTEs currently in scope.
struct CteMap { /* private fields */ }