Module datafusion_common::stats
source · Expand description
This module provides data structures to represent statistics
Structs
Statistics for a column within a relation
Statistics for a relation
Fields are optional and can be inexact because the sources
sometimes provide approximate estimates for performance reasons
and the transformations output are not always predictable.