pub fn read_file_dictionaries<R>(
    reader: &mut R,
    metadata: &FileMetadata,
    scratch: &mut Vec<u8>
) -> Result<AHashMap<i64, Box<dyn Array>>, Error>
where R: Read + Seek,
Expand description

Reads all file’s dictionaries, if any This function is IO-bounded