Trait arrow2::io::parquet::read::statistics::Statistics
source · [−]pub trait Statistics: Debug {
fn data_type(&self) -> &DataType;
fn as_any(&self) -> &dyn Any;
fn null_count(&self) -> Option<i64>;
}
Expand description
Trait representing a deserialized parquet statistics into arrow.
Required methods
fn null_count(&self) -> Option<i64>
fn null_count(&self) -> Option<i64>
Return the null count statistic