Structs§
- Composite
Pruning Statistics - Combine multiple
PruningStatistics
into a singleCompositePruningStatistics
. This can be used to combine statistics from different sources, for example partition values and file statistics. This allows pruning with filters that depend on multiple sources of statistics, such asWHERE partition_col = data_col
. This is done by iterating over the statistics and returning the first one that has information for the requested column. If multiple statistics have information for the same column, the first one is returned without any regard for completeness or accuracy. That is: if the first statistics has information for a column, even if it is incomplete, that is returned even if a later statistics has more complete information. - Partition
Pruning Statistics - Prune files based on their partition values.
- Prunable
Statistics - Prune a set of containers represented by their statistics.
Traits§
- Pruning
Statistics - A source of runtime statistical information to
PruningPredicate
s.