Compute per-LOD, per-column statistics for splat data in a single streaming
pass — exact min/max/mean/stdDev/NaN/Inf, an approximate median, and a
16-bin histogram per column, in columnar form (see SourceStats).
Accepts either a ChunkSource (read chunk-by-chunk, constant memory) or a
legacy DataTable (bridged transiently; yields a single LOD). Values are the
raw, unbaked values — any pending transform is not applied.
Compute per-LOD, per-column statistics for splat data in a single streaming pass — exact min/max/mean/stdDev/NaN/Inf, an approximate median, and a 16-bin histogram per column, in columnar form (see SourceStats).
Accepts either a
ChunkSource(read chunk-by-chunk, constant memory) or a legacyDataTable(bridged transiently; yields a single LOD). Values are the raw, unbaked values — any pending transform is not applied.