pub type ArrowSampler = Box<dyn Sample<Output = ArrayRef> + Send + Sync>;
pub struct ArrowSampler(/* private fields */);