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