1
0
Fork 0
arangodb/arangod/Aql
Frank Celler 77f544a554 Merge pull request #1144 from triAGENS/less-confusing-http-naming
Renamed mergeArrays->mergeObjects (because it's actually about objects, not arrays)
2014-12-03 14:48:04 +01:00
..
AqlItemBlock.cpp Fix deserialisation of AqlItemBlocks (ranges). 2014-10-29 15:41:21 +01:00
AqlItemBlock.h sort and cache list expression values 2014-10-29 01:02:20 +01:00
AqlValue.cpp Fix a bug in list access for AqlValues. 2014-11-28 11:21:47 +01:00
AqlValue.h issue #1100: HAS() fails on doc[attribute_name] 2014-11-17 11:38:57 +01:00
Arithmetic.h
Ast.cpp fixed invalid optimization, added test cases 2014-11-25 23:18:24 +01:00
Ast.h fixed invalid optimization, added test cases 2014-11-25 23:18:24 +01:00
AstNode.cpp added NODE_TYPE_ATTRIBUTE_ACCESS for CompareAstNodes 2014-11-13 15:55:34 +01:00
AstNode.h replace-redundant-OR optimizer rule first version. 2014-11-08 13:45:14 +00:00
BindParameters.cpp Get rid of some TODOs and FIXMEs. 2014-10-29 11:25:30 +01:00
BindParameters.h
Collection.cpp fixed non-working DistributeBlock 2014-10-22 12:07:31 +02:00
Collection.h sort and cache list expression values 2014-10-29 01:02:20 +01:00
Collections.h
ExecutionBlock.cpp Merge pull request #1144 from triAGENS/less-confusing-http-naming 2014-12-03 14:48:04 +01:00
ExecutionBlock.h fixed memleak 2014-11-13 18:04:05 +01:00
ExecutionEngine.cpp Better error handling and cleanup if instanciation runs into error. 2014-12-01 18:26:03 +01:00
ExecutionEngine.h Remove Explain of cluster snippets 2014-10-27 16:10:13 +01:00
ExecutionNode.cpp Only put non-toplevel vars into the INTO variable in a COLLECT. 2014-11-28 13:05:15 +01:00
ExecutionNode.h optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +01:00
ExecutionPlan.cpp Renamed mergeArrays->mergeObjects to make API less confusing. 2014-12-02 17:03:03 +01:00
ExecutionPlan.h Reengineer cost estimation completely. 2014-11-14 18:58:08 -05: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 renamed function, updated documentation 2014-11-20 14:46:32 +01:00
Executor.h report warnings in queries 2014-10-30 17:33:15 +01:00
Expression.cpp issue #1100: HAS() fails on doc[attribute_name] 2014-11-17 11:38:57 +01:00
Expression.h use more precomputed values in expressions 2014-10-29 21:41:00 +01:00
Function.cpp determine whether calculations may run on a DB server 2014-10-27 12:04:06 +01:00
Function.h added several AQL functions 2014-11-18 11:26:42 +01:00
Functions.cpp a bit less copying 2014-10-28 18:10:23 +01:00
Functions.h
Index.h fixed usage of indexes in cluster 2014-10-21 11:53:24 +02:00
ModificationOptions.cpp Renamed mergeArrays->mergeObjects to make API less confusing. 2014-12-02 17:03:03 +01:00
ModificationOptions.h Renamed mergeArrays->mergeObjects to make API less confusing. 2014-12-02 17:03:03 +01:00
NodeFinder.cpp
NodeFinder.h fixed some API errors 2014-10-28 11:30:49 +01:00
Optimizer.cpp optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +01:00
Optimizer.h optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +01:00
OptimizerRules.cpp optimize away `INTO` of `COLLECT` if unused 2014-12-03 13:49:03 +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 sort and cache list expression values 2014-10-29 01:02:20 +01:00
QueryRegistry.h call shutdown using an errorCode 2014-10-22 19:01:56 +02:00
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 sort and cache list expression values 2014-10-29 01:02:20 +01:00
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 Remove enterSubQueryFirst. 2014-10-29 11:37:06 +01:00
grammar.cpp added mergeArrays attribute 2014-11-28 13:58:49 +01:00
grammar.h
grammar.y remove KEEP 2014-11-28 15:58:26 +01:00
tokens.cpp
tokens.ll
types.h