1
0
Fork 0
arangodb/arangod/Aql
Willi Goesgens bd7aa7c305 Remove the global include to iostream; this reduces the compile time by 10%
( http://herbsutter.com/2013/08/19/gotw-7a-solution-minimizing-compile-time-dependencies-part-1/  for inspiration)
2015-07-07 12:11:21 +02:00
..
AggregationOptions.cpp
AggregationOptions.h
AqlItemBlock.cpp pass function arguments by reference 2015-06-16 18:01:45 +02:00
AqlItemBlock.h use indexes when referring to an attribute name via bind parameter 2015-05-08 12:39:55 +02:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp fixed warning 2015-06-25 23:41:39 +02:00
AqlValue.h moved AQL TO_* functions to CXX 2015-06-18 21:30:13 +02:00
Arithmetic.h
Ast.cpp issue #1383: bindVars for HTTP API doesn't work with empty string 2015-06-25 09:23:40 +02:00
Ast.h added tests 2015-06-16 15:13:53 +02:00
AstNode.cpp partial implementation 2015-06-20 11:21:57 +02:00
AstNode.h partial implementation 2015-06-20 11:21:57 +02:00
AttributeAccessor.cpp micro optimizations 2015-06-02 14:12:48 +02:00
AttributeAccessor.h micro optimizations 2015-06-02 14:12:48 +02:00
BindParameters.cpp save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
BindParameters.h save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
Collection.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into index-cxx 2015-05-26 17:07:26 +02:00
Collection.h
CollectionScanner.cpp
CollectionScanner.h
Collections.h
ExecutionBlock.cpp fix variable naming in COLLECT INTO results in case the COLLECT is placed in a subquery which itself is followed by other constructs that require variables 2015-06-19 13:00:49 +02:00
ExecutionBlock.h small header fixes 2015-06-08 19:03:00 +02:00
ExecutionEngine.cpp Increase a timeout slightly. 2015-06-12 15:42:04 +02:00
ExecutionEngine.h return value optimization for AQL 2015-04-30 23:38:27 +02:00
ExecutionNode.cpp Remove the global include to iostream; this reduces the compile time by 10% 2015-07-07 12:11:21 +02:00
ExecutionNode.h fix variable naming in COLLECT INTO results in case the COLLECT is placed in a subquery which itself is followed by other constructs that require variables 2015-06-19 13:00:49 +02:00
ExecutionPlan.cpp Remove the global include to iostream; this reduces the compile time by 10% 2015-07-07 12:11:21 +02:00
ExecutionPlan.h push_back => emplace_back 2015-06-02 22:48:55 +02:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-star-operator-cxx 2015-06-23 22:34:29 +02:00
Executor.h added tests 2015-06-16 15:13:53 +02:00
Expression.cpp fixed leak 2015-06-23 22:45:57 +02:00
Expression.h partial implementation 2015-06-20 11:21:57 +02:00
Function.cpp speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +02:00
Function.h speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +02:00
Functions.cpp moved AQL TO_* functions to CXX 2015-06-18 21:30:13 +02:00
Functions.h moved AQL TO_* functions to CXX 2015-06-18 21:30:13 +02:00
Index.h several fixes for indexes 2015-05-26 13:35:11 +02:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp push_back => emplace_back 2015-06-02 22:48:55 +02:00
NodeFinder.h
Optimizer.cpp small optimizations 2015-06-02 23:20:00 +02:00
Optimizer.h small optimizations 2015-06-02 23:20:00 +02:00
OptimizerRules.cpp added tests 2015-06-16 15:13:53 +02:00
OptimizerRules.h added (still disabled) rule fuse-calculations 2015-06-02 21:32:38 +02:00
Parser.cpp push_back => emplace_back 2015-06-02 22:48:55 +02:00
Parser.h
Query.cpp pass function arguments by reference 2015-06-16 18:01:45 +02:00
Query.h speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +02:00
QueryList.cpp
QueryList.h
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp Visual Studio adjustments 2015-04-30 11:46:55 +02:00
Range.h
RangeInfo.cpp small optimizations 2015-06-02 23:20:00 +02:00
RangeInfo.h small optimizations 2015-06-02 23:20:00 +02:00
RestAqlHandler.cpp Mark blocking threads as such in two places to allow additional threads. 2015-06-18 17:28:51 +02:00
RestAqlHandler.h
Scopes.cpp added tests 2015-06-16 15:13:53 +02:00
Scopes.h added [x..y] array access, added [**] operator 2015-06-11 00:09:41 +02:00
ShortStringStorage.cpp save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
ShortStringStorage.h save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
V8Expression.cpp added code comment 2015-06-12 17:29:55 +02:00
V8Expression.h factor out huge array/object literals when calling V8-based AQL functions 2015-06-12 11:50:22 +02:00
Variable.cpp added [x..y] array access, added [**] operator 2015-06-11 00:09:41 +02:00
Variable.h added [x..y] array access, added [**] operator 2015-06-11 00:09:41 +02:00
VariableGenerator.cpp small optimizations 2015-06-02 23:20:00 +02:00
VariableGenerator.h
WalkerWorker.h small optimizations 2015-06-02 23:20:00 +02:00
grammar.cpp added generated files 2015-06-17 15:40:04 +02:00
grammar.h added generated files 2015-06-17 15:39:08 +02:00
grammar.y added generated files 2015-06-17 15:40:04 +02:00
tokens.cpp simplified parser 2015-06-10 20:25:25 +02:00
tokens.ll simplified parser 2015-06-10 20:25:25 +02:00
types.h