Module persist::indexed::columnar::arrow[][src]

Expand description

Apache Arrow encodings and utils for persist data

Structs

The Arrow schema we use to encode ((K, V), T, D) tuples.

Constants

Functions

Converts an arrow [(K, V, T, D)] RecordBatch into a ColumnarRecords.

Decodes a BlobTraceBatch from the Arrow file format.

Decodes a BlobUnsealedBatch from the Arrow file format.

Converts a ColumnarRecords into an arrow [(K, V, T, D)] RecordBatch.

Encodes an BlobTraceBatch into the Arrow file format.

Encodes an BlobUnsealedBatch into the Arrow file format.