IITDBGroup / gprom

GProM is a middleware that adds support for provenance to database backends.
http://www.cs.iit.edu/%7edbgroup/research/gprom.php
Apache License 2.0
9 stars 5 forks source link

Expose query costing through libgrom #14

Closed lordpretzel closed 6 years ago

lordpretzel commented 7 years ago

Internally, GProM uses the database backend to cost queries if this is supported by the backend (implementation is currently limited to Oracle). It would be useful to expose this functionality to the outside world by adding a method to libgprom.

extern long gprom_costQuery(const char *query)
lordpretzel commented 6 years ago

implmented