1 2 3 4 5
use polars_arrow::is_valid::ArrowArray; use super::{ObjectArray, PolarsObject}; impl<T: PolarsObject> ArrowArray for ObjectArray<T> {}