1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann a7b51c39da added tests 2015-09-08 17:34:14 +02:00
..
AggregateBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
AggregateBlock.h less headers used 2015-08-29 02:17:25 +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 cppcheck 2015-07-15 22:13:42 +02:00
AqlItemBlock.h less headers included 2015-08-28 13:54:02 +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 added tests 2015-09-08 17:34:14 +02:00
AqlValue.h move shaper to cxx 2015-07-28 17:38:31 +02:00
Arithmetic.h
Ast.cpp Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
Ast.h binary-safe back-references 2015-08-20 21:01:43 +02:00
AstNode.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
AstNode.h uint32_t => uint64_t 2015-08-25 15:08:09 +02:00
AttributeAccessor.cpp constify 2015-07-30 00:07:50 +02:00
AttributeAccessor.h constify 2015-07-30 00:07:50 +02:00
BasicBlocks.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
BasicBlocks.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
BindParameters.cpp Add cast for windows 2015-09-07 13:36:06 +02:00
BindParameters.h issue #1471: document() vs documents() parameters (_key and _id) 2015-09-04 18:13:23 +02:00
CalculationBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
CalculationBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ClusterBlocks.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ClusterBlocks.h Change spelling of 'initialize' to American English (actual code and files) 2015-09-01 17:29:22 +02:00
Collection.cpp uint32_t => uint64_t 2015-08-25 15:08:09 +02:00
Collection.h use new/delete for TRI_vocbase_t 2015-07-20 12:08:13 +02:00
CollectionScanner.cpp fixed broken index scan 2015-09-03 22:49:53 +02:00
CollectionScanner.h Improved Primary Sequential read 2015-09-03 16:25:24 +02:00
Collections.h use new/delete for TRI_vocbase_t 2015-07-20 12:08:13 +02:00
EnumerateCollectionBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
EnumerateCollectionBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
EnumerateListBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
EnumerateListBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ExecutionBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ExecutionBlock.h less headers included 2015-08-28 13:54:02 +02:00
ExecutionEngine.cpp More Americanization 2015-09-03 22:25:43 +02:00
ExecutionEngine.h More Americanization 2015-09-03 22:25:43 +02:00
ExecutionNode.cpp Fix some more typos 2015-09-05 17:18:04 +02:00
ExecutionNode.h Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
ExecutionPlan.cpp More Americanization 2015-09-03 22:25:43 +02:00
ExecutionPlan.h More Americanization 2015-09-03 22:25:43 +02:00
ExecutionStats.cpp merged Exceptions.h and Exception.h 2015-03-23 14:05:19 +01:00
ExecutionStats.h More Americanization 2015-09-03 22:25:43 +02:00
Executor.cpp More Americanization 2015-09-03 22:25:43 +02:00
Executor.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
Expression.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
Expression.h made two methods private 2015-09-04 10:59:28 +02:00
Function.cpp added execution conditions for CXX AQL functions 2015-07-22 11:35:57 +02:00
Function.h added execution conditions for CXX AQL functions 2015-07-22 11:35:57 +02:00
Functions.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
Functions.h CXX implementation of AQL `LIKE` 2015-08-04 10:30:18 +02:00
Index.h changed some include headers around 2015-09-07 17:09:10 +02:00
IndexRangeBlock.cpp More Americanization 2015-09-03 22:25:43 +02:00
IndexRangeBlock.h changed some include headers around 2015-09-07 17:09:10 +02:00
ModificationBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ModificationBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
ModificationOptions.cpp allow overriding COLLECT method 2015-04-21 14:45:22 +02:00
ModificationOptions.h execute read and write operations of different collections in the same AQL query in lockstep, and not sequentially 2015-02-05 18:27:10 +01:00
NodeFinder.cpp save some overhead when walking plans 2015-07-28 11:44:34 +02:00
NodeFinder.h make the optimizer create less plans 2015-07-30 00:07:32 +02:00
Optimizer.cpp added AQL optimizer rule `patch-update-statements` 2015-08-13 13:02:47 +02:00
Optimizer.h More Americanization 2015-09-03 22:25:43 +02:00
OptimizerRules.cpp More Americanization 2015-09-03 22:25:43 +02:00
OptimizerRules.h added AQL optimizer rule `patch-update-statements` 2015-08-13 13:02:47 +02:00
Parser.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
Parser.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
Query.cpp More Americanization 2015-09-03 22:25:43 +02:00
Query.h More Americanization 2015-09-03 22:25:43 +02:00
QueryCache.cpp fixed invalid access to outdated iterator 2015-07-15 11:06:47 +02:00
QueryCache.h use new/delete for TRI_vocbase_t 2015-07-20 12:08:13 +02:00
QueryList.cpp merged Exceptions.h and Exception.h 2015-03-23 14:05:19 +01:00
QueryList.h use new/delete for TRI_vocbase_t 2015-07-20 12:08:13 +02:00
QueryRegistry.cpp Get rid of unnecessary warning about _lockedShards. 2015-01-30 15:04:39 +01:00
QueryRegistry.h
QueryResult.h fix invalidation 2015-06-25 16:46:04 +02:00
QueryResultV8.h query cache for AQL queries. no invalidation yet, so results will be wrong when underlying collections are changed 2015-06-23 18:42:58 +02:00
Range.cpp Visual Studio adjustments 2015-04-30 11:46:55 +02:00
Range.h
RangeInfo.cpp a bit less copying 2015-07-30 12:20:22 +02:00
RangeInfo.h changed some include headers around 2015-09-07 17:09:10 +02:00
RestAqlHandler.cpp More Americanization 2015-09-03 22:25:43 +02:00
RestAqlHandler.h More Americanization 2015-09-03 22:25:43 +02:00
Scopes.cpp binary-safe back-references 2015-08-20 21:01:43 +02:00
Scopes.h binary-safe back-references 2015-08-20 21:01:43 +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
SortBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
SortBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
SubqueryBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
SubqueryBlock.h split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
V8Expression.cpp constify 2015-07-30 00:07:50 +02:00
V8Expression.h constify 2015-07-30 00:07:50 +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 use binary-safe string representations 2015-08-20 01:46:20 +02:00
VariableGenerator.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
WalkerWorker.h save some overhead when walking plans 2015-07-28 11:44:34 +02:00
grammar.cpp More Americanization 2015-09-03 22:25:43 +02:00
grammar.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
grammar.y More Americanization 2015-09-03 22:25:43 +02:00
tokens.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
tokens.ll use binary-safe string representations 2015-08-20 01:46:20 +02:00
types.h