Skip to main content

Module statistics

Module statistics 

Source
Expand description

Column-statistics serialization: the sparse-union IPC batch DuckDB’s VGI extension reads to seed the optimizer. Mirrors the canonical Python serialize_column_statistics.

Structs§

CatColStat
Optimizer statistics for one column.

Enums§

StatValue
A typed min/max statistic value.

Functions§

serialize_column_statistics
Serialize per-column statistics to the IPC batch the extension expects.