Type Alias deltalake::datafusion::parquet::file::statistics::TypedStatistics

source ·
pub type TypedStatistics<T> = ValueStatistics<<T as DataType>::T>;
Expand description

Typed implementation for Statistics.

Aliased Type§

struct TypedStatistics<T> { /* private fields */ }