Function arrow_flight::utils::flight_schema_from_arrow_schema

source ยท
pub fn flight_schema_from_arrow_schema(
    schema: &Schema,
    options: &IpcWriteOptions,
) -> Result<SchemaResult, ArrowError>
๐Ÿ‘ŽDeprecated since 4.4.0: Use From trait, e.g.: SchemaAsIpc::new(schema, options).try_into()
Expand description

Convert a Schema to SchemaResult by converting to an IPC message