Function polars_arrow::io::flight::deserialize_schemas
source ยท pub fn deserialize_schemas(
bytes: &[u8],
) -> PolarsResult<(ArrowSchema, IpcSchema)>
Available on crate feature
io_flight
only.Expand description
Deserialize an IPC message into ArrowSchema
, IpcSchema
.
Use to deserialize FlightData::data_header
and SchemaResult::schema
.