Type Definition polars::frame::ArrowChunk

source · []
pub type ArrowChunk = Chunk<Box<dyn Array + 'static, Global>>;