Expand description
Decoder to create RecordBatch streams from FlightData streams.
See FlightRecordBatchStream.
Structs§
- DecodedFlight Data 
- FlightData and the decoded payload (Schema, RecordBatch), if any
- FlightData Decoder 
- Wrapper around a stream of FlightDatathat handles the details of decoding low level Flight messages intoSchemaandRecordBatches, including details such as dictionaries.
- FlightRecord Batch Stream 
- Decodes a [Stream] of FlightDataback intoRecordBatches. This can be used to decode the response from an Arrow Flight server
- FlightStream 🔒State 
- tracks the state needed to reconstruct RecordBatches from a streaming flight response.
Enums§
- DecodedPayload 
- The result of decoding FlightData