Skip to content
Snippets Groups Projects
Commit 1ec961f6 authored by Ryan Senior's avatar Ryan Senior
Browse files

Added min/max metadata to numerics and a default binning strategy

This commit adds new min/max metadata to all numeric columns. That
metadata is used in the automatic binning of breakout fields. This
commit also extends MBQL to indicate that a breakout column (or
columns) should be binned using a "default" strategy. The query must
also include the maximum number of bins. Using the number of bins with
the min/max values, the bin width is computed and used in the SQL
query to group data.
parent 2222f417
No related branches found
No related tags found
No related merge requests found
Showing
with 310 additions and 122 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment