Type Alias polars::datatypes::ObjectChunked

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

Aliased Type§

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