Type Alias polars::prelude::ObjectChunked

source ·
pub type ObjectChunked<T> = ChunkedArray<ObjectType<T>>;
Available on crate feature object only.

Aliased Type§

struct ObjectChunked<T> { /* private fields */ }