1
0
Fork 0
arangodb/arangod/Aql
Max Neunhoeffer 2d810c27b2 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-09 09:59:23 +01:00
..
AqlItemBlock.cpp
AqlItemBlock.h optimizations 2014-12-04 16:33:48 +01:00
AqlValue.cpp fixed precedence of range operator 2014-12-05 11:00:26 +01:00
AqlValue.h issue #1100: HAS() fails on doc[attribute_name] 2014-11-17 11:38:57 +01:00
Arithmetic.h
Ast.cpp issue #1155: allow bind parameter for sort order 2014-12-08 13:05:40 +01:00
Ast.h issue #1155: allow bind parameter for sort order 2014-12-08 13:05:40 +01:00
AstNode.cpp added NODE_TYPE_ATTRIBUTE_ACCESS for CompareAstNodes 2014-11-13 15:55:34 +01:00
AstNode.h issue #1131: added KEEP for `COLLECT...INTO` 2014-12-03 17:44:10 +01:00
BindParameters.cpp
BindParameters.h
Collection.cpp
Collection.h
Collections.h
ExecutionBlock.cpp fixed potential memleak 2014-12-09 09:47:28 +01:00
ExecutionBlock.h prevent double-free of variable bounds 2014-12-03 17:45:46 +01:00
ExecutionEngine.cpp Better error handling and cleanup if instanciation runs into error. 2014-12-01 18:26:03 +01:00
ExecutionEngine.h
ExecutionNode.cpp issue #1131: added KEEP for `COLLECT...INTO` 2014-12-03 17:44:10 +01:00
ExecutionNode.h Choose skiplistIndex if in doubt. 2014-12-08 16:53:05 +01:00
ExecutionPlan.cpp issue #1155: allow bind parameter for sort order 2014-12-08 13:05:40 +01:00
ExecutionPlan.h issue #1163: fullcount was sometimes used for wrong LIMIT node 2014-12-05 19:02:51 +01:00
ExecutionStats.cpp re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionStats.h re-added support for fullCount 2014-11-01 15:20:05 +01:00
Executor.cpp implemented LENGTH in C++ 2014-12-04 17:10:48 +01:00
Executor.h report warnings in queries 2014-10-30 17:33:15 +01:00
Expression.cpp prevent double-free of variable bounds 2014-12-03 17:45:46 +01:00
Expression.h prevent double-free of variable bounds 2014-12-03 17:45:46 +01:00
Function.cpp
Function.h added several AQL functions 2014-11-18 11:26:42 +01:00
Functions.cpp implemented LENGTH in C++ 2014-12-04 17:10:48 +01:00
Functions.h implemented LENGTH in C++ 2014-12-04 17:10:48 +01:00
Index.h
ModificationOptions.cpp fixed default behavior of merge 2014-12-08 11:23:05 +01:00
ModificationOptions.h fixed default behavior of merge 2014-12-08 11:23:05 +01:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp less plans created by optimizer 2014-12-04 12:49:34 +01:00
Optimizer.h More sensible plan management in useIndexRangeNode optimizer rule. 2014-12-08 15:37:01 +01:00
OptimizerRules.cpp Fix number of plan cap. 2014-12-09 09:59:07 +01:00
OptimizerRules.h optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +01:00
Parser.cpp leaner and meaner error messages 2014-11-07 10:53:00 +01:00
Parser.h report warnings in queries 2014-10-30 17:33:15 +01:00
Query.cpp added optimizer statistics 2014-12-03 11:38:56 +01:00
Query.h added optimizer statistics 2014-12-03 11:38:56 +01:00
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
QueryResultV8.h Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
Range.cpp
Range.h
RangeInfo.cpp
RangeInfo.h added rule to remove filters if covered by index ranges - not yet activated 2014-11-06 23:18:18 +01:00
RestAqlHandler.cpp added optimizer statistics 2014-12-03 11:38:56 +01:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
V8Expression.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
V8Expression.h report warnings in queries 2014-10-30 17:33:15 +01:00
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp issue #1155: allow bind parameter for sort order 2014-12-08 13:05:40 +01:00
grammar.h fixed precedence of range operator 2014-12-05 11:00:26 +01:00
grammar.y issue #1155: allow bind parameter for sort order 2014-12-08 13:05:40 +01:00
tokens.cpp
tokens.ll
types.h