Module datafusion_physical_expr::analysis

source ·
Expand description

Interval and selectivity in AnalysisContext

Structs§

  • The shared context used during the analysis of an expression. Includes the boundaries for all known columns.
  • Represents the boundaries (e.g. min and max values) of a particular column

Functions§

  • Attempts to refine column boundaries and compute a selectivity value.