Function arrow_flight::utils::flight_data_from_arrow_schema

source ยท
pub fn flight_data_from_arrow_schema(
    schema: &Schema,
    options: &IpcWriteOptions,
) -> FlightData
๐Ÿ‘ŽDeprecated since 4.4.0: Use From trait, e.g.: SchemaAsIpc::new(schema, options).into()
Expand description

Convert a Schema to FlightData by converting to an IPC message