pub type BoxedDataBatchSource = Box<dyn DataBatchSource + Send>;
struct BoxedDataBatchSource(/* private fields */);