pub trait BatchSizeProvider: DynClone + Debug + Send + Sync { fn batch_size(&self) -> usize; }
最大批量操作数获取接口
获取最大批量操作数