[][src]Module arrow::record_batch

According to the Arrow Metadata Specification:

A record batch is a collection of top-level named, equal length Arrow arrays (or vectors). If one of the arrays contains nested data, its child arrays are not required to be the same length as the top-level arrays.

Structs

RecordBatch

A batch of column-oriented data