smart resolution guessing

This commit is contained in:
abelvm
2016-08-18 16:13:56 -04:00
parent b7a412fa4d
commit 0f47659cf9
3 changed files with 36 additions and 17 deletions

View File

@@ -12,6 +12,6 @@ SELECT
foo.*
FROM
a,
cdb_crankshaft.CDB_contour(a.g, a.vals, 500, 0.0, 1, 3, 5) foo
cdb_crankshaft.CDB_contour(a.g, a.vals, 0.0, 1, 3, 5, 60) foo
)
SELECT bin, avg_value from b order by bin;