hannes / MonetDBLite

MonetDB reconfigured as a library
108 stars 11 forks source link

generate_series() not available #187

Closed mclements closed 7 years ago

mclements commented 7 years ago

Hannes,

I tried to bring generator.c into MonetDBLite, but ran into errors with BATnew not being available. As a work-around, I attach some PSM code that could be used as a short-term solution: monetdb_generate_series.txt.

I hope this is useful.

Kindly, Mark.

mclements commented 7 years ago

Oops: is generate_series(double, double, double) already defined?

mclements commented 7 years ago

Please see attached for some revised PSM code that excludes generate_series(double, double, double):

monetdb_generate_series.txt

mclements commented 7 years ago

There is a bug in MonetDB, so that these functions should not be used in the same select statement. Until the bug is resolved, I propose closing this issue.