Type Definition sample_arrow2::chunk::ChainedChunk

source ·
pub type ChainedChunk = Chained<(Vec<DataType>, usize), Chunk<Box<dyn Array>>>;