pub type Dictionaries = AHashMap<i64, Box<dyn Array>>;
how dictionaries are tracked in this crate
struct Dictionaries(/* private fields */);