Type Alias sample_arrow2::chunk::ChunkSampler
source · pub type ChunkSampler = Box<dyn Sample<Output = ChainedChunk> + Send + Sync>;
Aliased Type§
struct ChunkSampler(/* private fields */);
pub type ChunkSampler = Box<dyn Sample<Output = ChainedChunk> + Send + Sync>;
struct ChunkSampler(/* private fields */);