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§
- CatCol
Stat - Optimizer statistics for one column.
Enums§
- Stat
Value - A typed min/max statistic value.
Functions§
- serialize_
column_ statistics - Serialize per-column statistics to the IPC batch the extension expects.