arrow_flight::encode

Function prepare_schema_for_flight

Source
fn prepare_schema_for_flight(
    schema: &Schema,
    dictionary_tracker: &mut DictionaryTracker,
    send_dictionaries: bool,
) -> Schema
Expand description

Prepare an arrow Schema for transport over the Arrow Flight protocol

Convert dictionary types to underlying types

See hydrate_dictionary for more information