pub trait AsArray {
// Required method
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>;
}Available on crate feature
polars-ops only.pub trait AsArray {
// Required method
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>;
}polars-ops only.