Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::stats - Rust
[go: Go Back, main page]

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.

Enums§

  • Represents a value with a degree of certainty. Precision is used to propagate information the precision of statistical values.