Type Definition polars::prelude::ArrowChunk

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