Type Alias sample_arrow2::chunk::ChunkSampler

source ·
pub type ChunkSampler = Box<dyn Sample<Output = ChainedChunk> + Send + Sync>;

Aliased Type§

struct ChunkSampler(/* private fields */);