Expand description
Adapter to convert BoxedBatchIterator (primary key format) into an iterator
of flat-format Arrow [RecordBatch]es, allowing memtable iterators that only
produce Batch to feed into the flat read pipeline.
Structsยง
- Batch
ToRecord Batch Adapter - Adapts a
BoxedBatchIteratorinto anIterator<Item = Result<RecordBatch>>producing flat-format record batches. - Projected
PkColumn ๐
Functionsยง
- build_
repeated_ ๐value_ array - Builds an Arrow array of
num_rowscopies ofvalue. - build_
string_ ๐tag_ dict_ array - Builds a dictionary-encoded string tag array with one dictionary value.
- compute_
output_ ๐arrow_ schema - get_
pk_ ๐value - Extracts a value for the given primary key column from decoded [
CompositeValues].