Skip to content
Snippets Groups Projects
Name Last commit Last update
src/qir
.gitignore
README
build.xml
build_eclipse.xml
This project is an implementation of the Query Intermediate Representation
(QIR). QIR is a language that aims to be able to encode any query from any
language or database.

== Build ==

To create the archive qir.jar, run "ant" on the root directory.
To remove generated files, run "ant clean".