Skip to main content

PartitionReader

Type Alias PartitionReader 

Source
pub type PartitionReader = Box<dyn RecordBatchReader + Send>;
Expand description

One independently consumable Arrow stream in a logical dataset partition.

Aliased Typeยง

pub struct PartitionReader(/* private fields */);