1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 529055c4ca use typedefs 2015-06-16 09:50:17 +02:00
..
AggregationOptions.cpp
AggregationOptions.h
AqlItemBlock.cpp small optimizations 2015-06-02 23:20:00 +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 small optimizations for expressions 2015-06-02 09:17:50 +02:00
AqlValue.h small optimizations for expressions 2015-06-02 09:17:50 +02:00
Arithmetic.h
Ast.cpp added (still disabled) rule fuse-calculations 2015-06-02 21:32:38 +02:00
Ast.h push_back => emplace_back 2015-06-02 22:48:55 +02:00
AstNode.cpp push_back => emplace_back 2015-06-02 22:48:55 +02:00
AstNode.h added (still disabled) rule fuse-calculations 2015-06-02 21:32:38 +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 use nullptr 2015-06-02 23:39:41 +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 renamed internal function 2015-06-03 18:24:24 +02:00
ExecutionNode.h renamed internal function 2015-06-03 18:24:24 +02:00
ExecutionPlan.cpp small optimizations 2015-06-02 23:20:00 +02:00
ExecutionPlan.h push_back => emplace_back 2015-06-02 22:48:55 +02:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +02:00
Executor.h speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +02:00
Expression.cpp factor out huge array/object literals when calling V8-based AQL functions 2015-06-12 11:50:22 +02:00
Expression.h added (still disabled) rule fuse-calculations 2015-06-02 21:32:38 +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 use typedefs 2015-06-16 09:50:17 +02:00
Functions.h use typedefs 2015-06-16 09:50:17 +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 indentation 2015-06-08 16:23:49 +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 speedup for V8-based AQL functions with huge literal array/object parameters 2015-06-12 15:40:08 +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
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
RestAqlHandler.h
Scopes.cpp push_back => emplace_back 2015-06-02 22:48:55 +02:00
Scopes.h
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
Variable.h
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 issue #1341: Can't use bindvars in UPSERT 2015-05-28 14:28:23 +02:00
grammar.h issue #1341: Can't use bindvars in UPSERT 2015-05-28 14:28:23 +02:00
grammar.y issue #1341: Can't use bindvars in UPSERT 2015-05-28 14:28:23 +02:00
tokens.cpp
tokens.ll
types.h