Type Alias mz_sql::plan::lowering::CteMap

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

Map with the CTEs currently in scope.

Aliased Type§

struct CteMap { /* private fields */ }