pub type BoxedDataChunkStream = BoxStream<'static, Result<DataChunk>>;
struct BoxedDataChunkStream {}