polars-core 0.54.4

Core of the Polars DataFrame library
Documentation
1
2
3
4
5
use arrow::legacy::is_valid::ArrowArray;

use super::{ObjectArray, PolarsObject};

impl<T: PolarsObject> ArrowArray for ObjectArray<T> {}