AliasMapping

Type Alias AliasMapping 

Source
pub type AliasMapping = BTreeMap<String, BTreeSet<Column>>;
Expand description

Mapping of original column in table to all the alias at current node

Aliased Typeยง

pub struct AliasMapping { /* private fields */ }