pub type AliasMapping = BTreeMap<String, BTreeSet<Column>>;
Mapping of original column in table to all the alias at current node
pub struct AliasMapping { /* private fields */ }