Function parquet::file::statistics::from_thrift
source ยท pub fn from_thrift(
physical_type: Type,
thrift_stats: Option<Statistics>,
) -> Result<Option<Statistics>>
Expand description
Converts Thrift definition into Statistics
.