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