Expand description
StatisticsConverter
to convert statistics in parquet format to arrow [ArrayRef
].
Macros§
- get_
statistics πSpecial macro to combine the statistics iterators for min and max using thepaste
macro. This is used to avoid repeating the same code for min and max statistics extractions - Special iterator adapter for extracting i128 values from from an iterator of
ParquetStatistics
- make_
stats_ πiterator Define an adapter iterator for extracting statistics from an iterator ofParquetStatistics
Structs§
- Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Maps an iterator of
ParquetStatistics
into an iterator of `&$stat_value_type`` - Extracts Parquet statistics as Arrow arrays
Functions§
- from_
bytes_ πto_ f16 - from_
bytes_ πto_ i128 - from_
bytes_ πto_ i256 - max_
page_ πstatistics Extracts the max statistics from an iterator of parquet pageIndex
βes to an [ArrayRef
] - max_
statistics πExtracts the max statistics from an iterator ofParquetStatistics
to an [ArrayRef
] - min_
page_ πstatistics Extracts the min statistics from an iterator of parquet pageIndex
βes to an [ArrayRef
] - min_
statistics πExtracts the min statistics from an iterator ofParquetStatistics
to an [ArrayRef
] - Extracts the null count statistics from an iterator of parquet page
Index
βes to an [ArrayRef
]