- Jun 10, 2016
-
-
Julien Lopez authored
-
- Jun 09, 2016
-
-
Julien Lopez authored
translates the QIR tree to an executable QIR tree by detecting where to execute the query parts. The evaluation then calls the appropriate visitor for the evaluation of the different parts - Create package qir.visitor, and reorganization of files
-
- Jun 06, 2016
-
-
Julien Lopez authored
- Remove useless operators - Minor improvments in GreedyReduceVisitor
-
- May 25, 2016
-
-
Julien Lopez authored
-
- May 24, 2016
-
-
Julien Lopez authored
- Table name of QIRTable now a QIRNode - Fix toString for QIRString
-
- May 18, 2016
-
-
Julien Lopez authored
-
Julien Lopez authored
-
- May 12, 2016
-
-
Julien Lopez authored
-
- Mar 23, 2016
-
-
Julien Lopez authored
- Remove old hack in PostgreSQL driver - Rename QIRSelect in QIRFilter to avoid confusions with SQL's select
-
- Mar 22, 2016
-
-
Julien Lopez authored
-
Julien Lopez authored
-
- Mar 10, 2016
-
-
Julien Lopez authored
-
- Mar 09, 2016
-
-
Julien Lopez authored
-
- Feb 26, 2016
-
-
Julien Lopez authored
- Minor fixes
-
- Feb 17, 2016
-
-
Julien Lopez authored
-
- Feb 11, 2016
-
-
Julien Lopez authored
- Better toString for QIRLambda - Throw exception in case of error in execution of query
-
- Feb 10, 2016
-
-
Julien Lopez authored
-
Julien Lopez authored
-
Julien Lopez authored
-
- Feb 09, 2016
-
-
Julien Lopez authored
-
- Jan 29, 2016
-
-
Julien Lopez authored
- Add getDriver for QIROperators
-
- Jan 28, 2016
-
-
Julien Lopez authored
-
Julien Lopez authored
- DBDriver is now generic, rest merged with SQLDriver - Add QIRException - Use final everywhere it applies
-
- Jan 26, 2016
-
-
Julien Lopez authored
-
- Jan 20, 2016
-
-
Julien Lopez authored
-
- Jan 09, 2016
-
-
Julien Lopez authored
-
- Jan 08, 2016
-
-
Julien Lopez authored
-
Julien Lopez authored
- Fix QIRFreeVarsVisitor
-
- Jan 07, 2016
-
-
Julien Lopez authored
- Add QIRFreeVarsVisitor to find the free variables in a QIR tree - Add SQLDriver as abstract driver to factorize code between drivers for SQL databases - QIRVariable now contains a FrameSlot from Truffle - QIRTable now contains a DBDriver to refer to a targeted database - QIRReductor now returns a QIROperator
-
- Jan 05, 2016
-
-
Julien Lopez authored
-
- Nov 19, 2015
-
-
Julien Lopez authored
-
- Nov 12, 2015
-
-
Julien Lopez authored
-
- Nov 07, 2015
-
-
Julien Lopez authored
- Add naive QIR reduction
-
- Nov 03, 2015
-
-
Julien Lopez authored
-
Julien Lopez authored
-
- Oct 16, 2015
-
-
Julien Lopez authored
-
- Oct 12, 2015
-
-
Julien Lopez authored
-
- Oct 07, 2015
-
-
Julien Lopez authored
- add basic PostgreSQL driver; - ConnectionData is now the same for all drivers - remove useless QIRDriver - minor changes in OracleDriver - Cleanup in IQIRVisitor - Minor changes
-
Julien Lopez authored
-
Julien Lopez authored
-