pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;
struct SendableRecordBatchStream {}