1
0
Fork 0
arangodb/Ahuacatl
Jan Steemann cf8c339e7c added AQL example queries 2012-05-24 14:34:29 +02:00
..
ahuacatl-access-optimiser.c fixed memlekas 2012-05-18 23:50:45 +02:00
ahuacatl-access-optimiser.h fixed memlekas 2012-05-18 23:50:45 +02:00
ahuacatl-ast-node.c added tests 2012-05-18 18:56:41 +02:00
ahuacatl-ast-node.h optimised away a function call in generated code in situations when it is definite that we iterate over a list 2012-05-16 15:28:25 +02:00
ahuacatl-bind-parameter.c added bind parameters to inject collection names into the query. The syntax is @@name. 2012-05-16 13:34:14 +02:00
ahuacatl-bind-parameter.h more constant folding 2012-05-02 12:18:12 +02:00
ahuacatl-codegen.c issue #80: support LENGTH(collection) 2012-05-23 17:50:58 +02:00
ahuacatl-codegen.h removed some unused variables in non-debug mode 2012-05-18 09:09:55 +02:00
ahuacatl-collections.c added bind parameters to inject collection names into the query. The syntax is @@name. 2012-05-16 13:34:14 +02:00
ahuacatl-collections.h added bind parameters to inject collection names into the query. The syntax is @@name. 2012-05-16 13:34:14 +02:00
ahuacatl-context.c explicitly use memory zone 2012-05-16 19:33:51 +02:00
ahuacatl-context.h some renamings 2012-05-16 08:49:51 +02:00
ahuacatl-conversions.c fixed more leaks 2012-05-18 22:29:08 +02:00
ahuacatl-conversions.h added filter expression optimisation, still inactive 2012-05-07 19:27:58 +02:00
ahuacatl-error.c explicitly use memory zone 2012-05-16 19:33:51 +02:00
ahuacatl-error.h added tests, added variable name validation 2012-04-24 15:29:33 +02:00
ahuacatl-functions.c documentation for AQL functions 2012-05-24 11:25:49 +02:00
ahuacatl-functions.h issue #80: support LENGTH(collection) 2012-05-23 17:50:58 +02:00
ahuacatl-grammar.c fixed some memory errors, removed unused error messages 2012-05-11 14:55:52 +02:00
ahuacatl-grammar.h fixed some memory errors, removed unused error messages 2012-05-11 14:55:52 +02:00
ahuacatl-grammar.y fixed expansion operator 2012-05-10 22:35:21 +02:00
ahuacatl-index.c fixed picking of wrong indexes if multiple indexes are available 2012-05-19 20:33:28 +02:00
ahuacatl-index.h added hash index access for for loops 2012-05-15 13:42:15 +02:00
ahuacatl-log.h added multi-value access for skiplists, hash indexes and primary indexes 2012-05-16 10:14:15 +02:00
ahuacatl-optimiser.c added AQL example queries 2012-05-24 14:34:29 +02:00
ahuacatl-optimiser.h some renamings 2012-05-16 08:49:51 +02:00
ahuacatl-parser-functions.c explicitly use memory zone 2012-05-16 19:33:51 +02:00
ahuacatl-parser-functions.h fixed and simplified subqueries 2012-05-10 11:17:01 +02:00
ahuacatl-parser.c aaah 2012-04-30 19:14:24 +02:00
ahuacatl-parser.h aaah 2012-04-30 19:14:24 +02:00
ahuacatl-result.c aaah 2012-04-30 19:14:24 +02:00
ahuacatl-result.h fear... generalised cursors and used cursors to store results of AHUACATL_RUN 2012-04-26 16:07:38 +02:00
ahuacatl-tokens.c added possibility to include comments in queries 2012-05-18 14:10:34 +02:00
ahuacatl-tokens.l added possibility to include comments in queries 2012-05-18 14:10:34 +02:00
ahuacatl-tree-dump.c more constant folding 2012-05-02 12:18:12 +02:00
ahuacatl-tree-dump.h more constant folding 2012-05-02 12:18:12 +02:00
ahuacatl-tree-walker.c remove constant sort expressions, remove constant true filter expressions, remove constant relational expressions 2012-05-07 11:51:16 +02:00
ahuacatl-tree-walker.h renaming 2012-04-26 12:47:43 +02:00
ahuacatl-variable.c aaah 2012-04-30 19:14:24 +02:00
ahuacatl-variable.h aaah 2012-04-30 19:14:24 +02:00
aql.ebnf added EBNF and SVG for AQL 2012-05-10 22:51:57 +02:00
aql.xhtml added EBNF and SVG for AQL 2012-05-10 22:51:57 +02:00