1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 7cd1eb5474 more warnings 2014-11-12 14:52:54 +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 fixed crash when accessing _from or _to of non-edges 2014-11-11 00:24:57 +01:00
AqlValue.h a bit less copying 2014-10-28 18:10:23 +01:00
Arithmetic.h
Ast.cpp more warnings 2014-11-12 14:52:54 +01:00
Ast.h more aggresively optimizer filters 2014-11-08 23:26:04 +01:00
AstNode.cpp updated documentation and operators behavior 2014-11-10 18:05:11 +01:00
AstNode.h leaner and meaner error messages 2014-11-07 10:53:00 +01: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 more warnings 2014-11-12 14:52:54 +01:00
ExecutionBlock.h leaner and meaner error messages 2014-11-07 10:53:00 +01:00
ExecutionEngine.cpp fix double free issue 2014-11-01 02:20:13 +01:00
ExecutionEngine.h Remove Explain of cluster snippets 2014-10-27 16:10:13 +01:00
ExecutionNode.cpp removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
ExecutionNode.h added rule to remove filters if covered by index ranges - not yet activated 2014-11-06 23:18:18 +01:00
ExecutionPlan.cpp re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionPlan.h re-added support for fullCount 2014-11-01 15:20:05 +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 make `CONCAT` and `CONCAT_SEPARATOR` more useful 2014-11-12 00:07:03 +01:00
Executor.h report warnings in queries 2014-10-30 17:33:15 +01:00
Expression.cpp less verbose error messages 2014-11-07 11:16:25 +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 determine whether calculations may run on a DB server 2014-10-27 12:04:06 +01:00
Functions.cpp a bit less copying 2014-10-28 18:10:23 +01:00
Functions.h
Index.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h fixed some API errors 2014-10-28 11:30:49 +01:00
Optimizer.cpp added "split-filters" rule but did not activate it 2014-11-11 00:27:37 +01:00
Optimizer.h added "split-filters" rule but did not activate it 2014-11-11 00:27:37 +01:00
OptimizerRules.cpp added "split-filters" rule but did not activate it 2014-11-11 00:27:37 +01:00
OptimizerRules.h added "split-filters" rule but did not activate it 2014-11-11 00:27:37 +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 updated documentation and operators behavior 2014-11-10 18:05:11 +01:00
Query.h updated documentation and operators behavior 2014-11-10 18:05:11 +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 Once we deleted a query from the registry we don't need to close it anymore. 2014-11-07 14:03:22 +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 report warnings in queries 2014-10-30 17:33:15 +01:00
grammar.h
grammar.y report warnings in queries 2014-10-30 17:33:15 +01:00
tokens.cpp
tokens.ll
types.h