Trait polars::export::arrow::io::parquet::read::statistics::Statistics
source · [−]pub trait Statistics: Debug {
fn data_type(&self) -> &DataType;
fn as_any(&self) -> &(dyn Any + 'static);
fn null_count(&self) -> Option<i64>;
}
This is supported on crate feature
io_parquet
only.Expand description
Trait representing a deserialized parquet statistics into arrow.
Required methods
Returns dyn Any
can used to downcast to a physical type.
fn null_count(&self) -> Option<i64>
fn null_count(&self) -> Option<i64>
Return the null count statistic