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