Module expand

Module expand 

Source
Expand description

Expand a histogram struct into rows of (bin_center, count)

Structsยง

ExpandHistogramTableFunction
A DataFusion TableFunctionImpl that expands a histogram struct into rows of (bin_center, count).
ExpandHistogramTableProvider
Table provider for expanding histogram data.