pub fn read_dictionary<R: Read + Seek>(
batch: DictionaryBatchRef<'_>,
fields: &[Field],
ipc_schema: &IpcSchema,
dictionaries: &mut Dictionaries,
reader: &mut R,
block_offset: u64
) -> Result<()>
Expand description
Read the dictionary from the buffer and provided metadata,
updating the dictionaries
with the resulting dictionary