1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann bc76cf5079 use std::vector 2015-05-22 12:58:40 +02:00
..
AggregationOptions.cpp allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
AggregationOptions.h allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
AqlItemBlock.cpp added alternative slice() method for AqlItemBlock 2015-04-28 22:47:07 +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 recycle AqlItemBlocks 2015-04-27 12:41:55 +02:00
AqlItemBlockManager.h recycle AqlItemBlocks 2015-04-27 12:41:55 +02:00
AqlValue.cpp "privatized" TRI_vector_t internals. 2015-05-05 10:31:02 +02:00
AqlValue.h better encapsulation of AqlItemBlock's values 2015-04-23 13:45:49 +02:00
Arithmetic.h
Ast.cpp save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
Ast.h save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
AstNode.cpp fix compile warning 2015-05-21 17:00:29 +02:00
AstNode.h less copying 2015-05-12 13:36:08 +02:00
AttributeAccessor.cpp use AttributeAccessor for more cases 2015-05-08 15:56:07 +02:00
AttributeAccessor.h use AttributeAccessor for more cases 2015-05-08 15:56:07 +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 use std::vector 2015-05-22 12:58:40 +02:00
Collection.h
CollectionScanner.cpp
CollectionScanner.h fixed up some headers 2015-04-24 13:11:29 +02:00
Collections.h
ExecutionBlock.cpp Merge branch 'json-privatisierung' of https://github.com/arangodb/arangodb into json-privatisierung 2015-05-07 13:05:12 +02:00
ExecutionBlock.h for equality-only comparisons evaluate dynamic expressions just once and not twice 2015-05-01 01:40:07 +02:00
ExecutionEngine.cpp added static helper methods for cluster state 2015-05-20 13:51:02 +02:00
ExecutionEngine.h return value optimization for AQL 2015-04-30 23:38:27 +02:00
ExecutionNode.cpp less copying 2015-05-12 13:36:08 +02:00
ExecutionNode.h added alternative slice() method for AqlItemBlock 2015-04-28 22:47:07 +02:00
ExecutionPlan.cpp moved UNSET() and KEEP() to cxx implementation 2015-04-22 13:21:05 +02:00
ExecutionPlan.h allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp fulltext improvements 2015-05-06 14:21:32 +02:00
Executor.h
Expression.cpp less copying 2015-05-12 13:36:08 +02:00
Expression.h less copying 2015-05-12 13:36:08 +02:00
Function.cpp
Function.h
Functions.cpp "privatized" TRI_vector_t internals. 2015-05-05 10:31:02 +02:00
Functions.h cxxified more functions 2015-04-28 09:29:09 +02:00
Index.h
ModificationOptions.cpp allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp fixed collect in cluster 2015-04-16 21:10:48 +02:00
Optimizer.h
OptimizerRules.cpp fixed wrong index usage, added tests 2015-05-21 18:29:43 +02:00
OptimizerRules.h
Parser.cpp
Parser.h
Query.cpp save some mallocs for strings in AQL 2015-05-18 23:40:28 +02:00
Query.h save some mallocs for strings in AQL 2015-05-18 23:40:28 +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 fixed wrong index usage, added tests 2015-05-21 18:29:43 +02:00
RangeInfo.h added reserve() method 2015-05-12 13:26:23 +02:00
RestAqlHandler.cpp Visual Studio adjustments 2015-04-30 11:46:55 +02:00
RestAqlHandler.h Add a second DispatcherQueue for AQL in the cluster. 2015-04-29 21:02:06 -07:00
Scopes.cpp
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 better encapsulation of AqlItemBlock's values 2015-04-23 13:45:49 +02:00
V8Expression.h better encapsulation of AqlItemBlock's values 2015-04-23 13:45:49 +02:00
Variable.cpp
Variable.h
VariableGenerator.cpp increment _id in call to nextName() 2015-04-22 14:17:45 +02:00
VariableGenerator.h increment _id in call to nextName() 2015-04-22 14:17:45 +02:00
WalkerWorker.h
grammar.cpp Check in grammar files. 2015-04-25 21:46:23 -07:00
grammar.h Check in grammar files. 2015-04-25 21:46:23 -07:00
grammar.y allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
tokens.cpp simplification for comments parsing 2015-04-22 14:17:18 +02:00
tokens.ll simplification for comments parsing 2015-04-22 14:17:18 +02:00
types.h