smart guessing optional

This commit is contained in:
abelvm
2016-09-02 12:23:47 +02:00
parent ef436546b4
commit bbdd4de6ee
3 changed files with 12 additions and 15 deletions

View File

@@ -12,6 +12,6 @@ SELECT
foo.*
FROM
a,
cdb_crankshaft.CDB_contour(a.g, a.vals, 0.0, 1, 3, 5, 60) 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;