Skip to content
Snippets Groups Projects
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".