Type Alias CteMap

Source
type CteMap = BTreeMap<LocalId, CteDesc>;
Expand description

Map with the CTEs currently in scope.

Aliased Typeยง

struct CteMap { /* private fields */ }