added schema

This commit is contained in:
abelvm
2016-08-16 13:29:55 -04:00
parent 0afb39fb1d
commit ed6ecd0fef

View File

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