Expand description
Encoder to create FlightData
streams from RecordBatch
streams.
See FlightDataEncoderBuilder
.
Structsยง
- Stream that encodes a stream of record batches to flight data.
- Flight
IpcEncoder ๐The data needed to encode a stream of flight data, holding on to shared Dictionaries.
Enumsยง
- Defines how a
FlightDataEncoder
encodesDictionaryArray
s
Constantsยง
- Default target size for encoded
FlightData
.
Functionsยง
- hydrate_
dictionaries ๐Hydrates any dictionaries arrays inbatch
to its underlying type. See hydrate_dictionary for more information. - hydrate_
dictionary ๐Hydrates a dictionary to its underlying type. - Prepare an arrow Schema for transport over the Arrow Flight protocol
- Split [
RecordBatch
] so it hopefully fits into a gRPC response.