antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 118 forks source link

Defer summarize until user requests column histograms #256

Closed antonycourtney closed 10 months ago

antonycourtney commented 10 months ago

Add an explicit getColumnStatsMap operation to DataSource interface so that we only pull column stats if the user requests column histograms.