[][src]Module dbcrossbarlib::rechunk

Given a stream of streams CSV data, rechunk the stream sizes.

Functions

rechunk_csvs

Given a stream of streams CSV data, return another stream of CSV streams where the CSV data is approximately chunk_size long whenever possible.