polars::prelude::datatypes

Type Alias ObjectChunked

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

Aliased Typeยง

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