1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 310442c8ac Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions 2015-10-06 11:24:02 +02:00
..
AggregateBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
AggregateBlock.h added AggregateNode.* 2015-09-30 15:55:38 +02:00
AggregateNode.cpp cppcheck 2015-09-30 16:50:57 +02:00
AggregateNode.h added AggregateNode.* 2015-09-30 15:55:38 +02:00
AggregationOptions.cpp
AggregationOptions.h
AqlItemBlock.cpp
AqlItemBlock.h less headers included 2015-08-28 13:54:02 +02:00
AqlItemBlockManager.cpp better clear the block 2015-09-08 17:47:43 +02:00
AqlItemBlockManager.h
AqlValue.cpp added tests 2015-09-08 17:34:14 +02:00
AqlValue.h
Arithmetic.h
Ast.cpp some bugfixes 2015-10-06 11:23:55 +02:00
Ast.h some bugfixes 2015-10-06 11:23:55 +02:00
AstNode.cpp some bugfixes 2015-10-06 11:23:55 +02:00
AstNode.h some bugfixes 2015-10-06 11:23:55 +02:00
AttributeAccessor.cpp
AttributeAccessor.h
BasicBlocks.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
BasicBlocks.h cppcheck 2015-09-17 18:25:55 +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 moved index nodes to their own files 2015-09-30 15:13:49 +02:00
ClusterNodes.cpp moved cluster nodes out of ExecutionNode.* 2015-09-30 14:51:11 +02:00
ClusterNodes.h moved index nodes to their own files 2015-09-30 15:13:49 +02:00
Collection.cpp added IndexNode stub 2015-09-25 13:40:51 +02:00
Collection.h added IndexNode stub 2015-09-25 13:40:51 +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
Condition.cpp support [*] operator 2015-10-05 19:15:22 +02:00
Condition.h fixed segfault 2015-10-05 13:49:23 +02:00
ConditionFinder.cpp some bugfixes 2015-10-06 11:23:55 +02:00
ConditionFinder.h fixed segfault 2015-10-05 13:49:23 +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 Registered Index Node in several places where it was not yet handled. 2015-10-02 17:02:39 +02:00
ExecutionEngine.h More Americanization 2015-09-03 22:25:43 +02:00
ExecutionNode.cpp fixed segfault 2015-10-05 13:49:23 +02:00
ExecutionNode.h cppcheck 2015-09-30 16:50:57 +02:00
ExecutionPlan.cpp small modifications, temporarily disabled interchange-adjacent-enumerations 2015-10-02 19:53:35 +02:00
ExecutionPlan.h added AggregateNode.* 2015-09-30 15:55:38 +02:00
ExecutionStats.cpp
ExecutionStats.h More Americanization 2015-09-03 22:25:43 +02:00
Executor.cpp Add AQL function DATE_DAYS_IN_MONTH(), extend DATE_FORMAT() 2015-09-14 11:35:04 +02:00
Executor.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
Expression.cpp blind commit 2015-10-02 17:02:02 +02:00
Expression.h made two methods private 2015-09-04 10:59:28 +02:00
Function.cpp
Function.h
Functions.cpp use binary-safe string representations 2015-08-20 01:46:20 +02:00
Functions.h
Index.h Implemented IndexIterator for PrimaryIndex. The IndexBlock uses this Iterator. Still a double free as soon as the query is finished 2015-10-01 14:34:24 +02:00
IndexBlock.cpp Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct 2015-10-06 10:45:42 +02:00
IndexBlock.h Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions 2015-10-06 11:24:02 +02:00
IndexNode.cpp some bugfixes 2015-10-06 11:23:55 +02:00
IndexNode.h some bugfixes 2015-10-06 11:23:55 +02:00
IndexRangeBlock.cpp file split 2015-09-30 15:29:32 +02:00
IndexRangeBlock.h Implemented the IndexNode Iterator for the EdgeIndex. Seems to be working. Also removed some void* parameters from EdgeIndex 2015-10-05 13:55:55 +02:00
IndexRangeNode.cpp moved index nodes to their own files 2015-09-30 15:13:49 +02:00
IndexRangeNode.h moved index nodes to their own files 2015-09-30 15:13:49 +02:00
ModificationBlocks.cpp file split 2015-09-30 15:29:32 +02:00
ModificationBlocks.h file split 2015-09-30 15:29:32 +02:00
ModificationNodes.cpp file split 2015-09-30 15:29:32 +02:00
ModificationNodes.h file split 2015-09-30 15:29:32 +02:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp added EndNodeFinder 2015-09-25 17:37:50 +02:00
NodeFinder.h added EndNodeFinder 2015-09-25 17:37:50 +02:00
Optimizer.cpp first commit, broken 2015-09-16 17:22:09 +02:00
Optimizer.h first commit, broken 2015-09-16 17:22:09 +02:00
OptimizerRules.cpp fixed segfault 2015-10-05 13:49:23 +02:00
OptimizerRules.h first commit, broken 2015-09-16 17:22:09 +02:00
Parser.cpp internal refactoring of query API 2015-09-18 17:33:39 +02:00
Parser.h internal refactoring of query API 2015-09-18 17:33:39 +02:00
Query.cpp small modifications, temporarily disabled interchange-adjacent-enumerations 2015-10-02 19:53:35 +02:00
Query.h internal refactoring of query API 2015-09-18 17:33:39 +02:00
QueryCache.cpp
QueryCache.h
QueryList.cpp
QueryList.h
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RangeInfo.cpp
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
ShortStringStorage.h
SortBlock.cpp split big ExecutionBlock file into smaller files 2015-08-27 00:28:20 +02:00
SortBlock.h added SortNode file 2015-09-30 15:42:48 +02:00
SortCondition.cpp some bugfixes 2015-10-06 11:23:55 +02:00
SortCondition.h some bugfixes 2015-10-06 11:23:55 +02:00
SortNode.cpp added SortNode file 2015-09-30 15:42:48 +02:00
SortNode.h added SortNode file 2015-09-30 15:42:48 +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 clear AQL cache objects when starting a query, fixed a few TODOs in AQL date implementation 2015-09-11 21:23:07 +02:00
V8Expression.h clear AQL cache objects when starting a query, fixed a few TODOs in AQL date implementation 2015-09-11 21:23:07 +02:00
Variable.cpp
Variable.h fixed segfault 2015-10-05 13:49:23 +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
grammar.cpp internal refactoring of query API 2015-09-18 17:33:39 +02:00
grammar.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
grammar.y internal refactoring of query API 2015-09-18 17:33:39 +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