Type Definition polars::frame::ArrowChunk

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