Skip to main content

numeric_stats_from_column

Function numeric_stats_from_column 

Source
pub fn numeric_stats_from_column(col: &BinaryArray) -> ColumnStatKinds
Expand description

Take the smallest / largest numeric values for a numeric col. TODO: use the float data for this instead if it becomes a performance bottleneck.