pub type CteDataMap = StringMap<CteData>;Expand description
Type alias for CTE data map
Uses CompactArc<Vec<String>> for columns and CompactArc<Vec<(i64, Row)>> for rows
to enable zero-copy sharing of CTE results with joins
Aliased Typeยง
pub struct CteDataMap(/* private fields */);