fn hydrate_dictionaries(
    batch: &RecordBatch,
    schema: SchemaRef,
) -> Result<RecordBatch>Expand description
Hydrates any dictionaries arrays in batch to its underlying type. See
hydrate_dictionary for more information.
fn hydrate_dictionaries(
    batch: &RecordBatch,
    schema: SchemaRef,
) -> Result<RecordBatch>Hydrates any dictionaries arrays in batch to its underlying type. See
hydrate_dictionary for more information.