1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 7cd1eb5474 more warnings 2014-11-12 14:52:54 +01:00
..
AqlItemBlock.cpp
AqlItemBlock.h
AqlValue.cpp fixed crash when accessing _from or _to of non-edges 2014-11-11 00:24:57 +01:00
AqlValue.h
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
BindParameters.h
Collection.cpp
Collection.h
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
ExecutionEngine.h
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
ExecutionPlan.h
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp make `CONCAT` and `CONCAT_SEPARATOR` more useful 2014-11-12 00:07:03 +01:00
Executor.h
Expression.cpp less verbose error messages 2014-11-07 11:16:25 +01:00
Expression.h
Function.cpp
Function.h
Functions.cpp
Functions.h
Index.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
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
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
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 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
V8Expression.h
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp
grammar.h
grammar.y
tokens.cpp
tokens.ll
types.h