polars-core 0.53.0

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> {}