Module encode

Source
Expand description

Encoder to create FlightData streams from RecordBatch streams. See FlightDataEncoderBuilder.

Structs§

FlightDataEncoder
Stream that encodes a stream of record batches to flight data.
FlightDataEncoderBuilder
Creates a Stream of FlightDatas from a Stream of Result<RecordBatch, FlightError>.

Enums§

DictionaryHandling
Defines how a FlightDataEncoder encodes DictionaryArrays

Constants§

GRPC_TARGET_MAX_FLIGHT_SIZE_BYTES
Default target size for encoded FlightData.