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ยง

struct AliasMapping { /* private fields */ }