Module dbcrossbarlib::rechunk[][src]

Expand description

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

Functions

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