1
0
Fork 0
arangodb/arangod/Aql
Michael Hackstein bc40bcfdfc Added a wraper function for AstNodes to export VPack instead of TRI_json_t 2016-01-21 07:52:49 +01:00
..
Aggregator.cpp more aggregate functions 2016-01-13 01:36:50 +01:00
Aggregator.h more aggregate functions 2016-01-13 01:36:50 +01:00
AqlItemBlock.cpp some bugfixes for aggregators 2016-01-11 23:53:03 +01:00
AqlItemBlock.h some bugfixes for aggregators 2016-01-11 23:53:03 +01:00
AqlItemBlockManager.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
AqlItemBlockManager.h comments reformatting 2016-01-11 09:52:39 +01:00
AqlValue.cpp fixed segfault 2016-01-12 10:49:43 +01:00
AqlValue.h fixed segfault 2016-01-12 10:49:43 +01:00
Arithmetic.h auto-generated headers 2016-01-06 18:41:51 +01:00
Ast.cpp aggregate fixes 2016-01-12 17:21:18 +01:00
Ast.h some bugfixes for aggregators 2016-01-11 23:53:03 +01:00
AstNode.cpp Added a wraper function for AstNodes to export VPack instead of TRI_json_t 2016-01-21 07:52:49 +01:00
AstNode.h Added a wraper function for AstNodes to export VPack instead of TRI_json_t 2016-01-21 07:52:49 +01:00
AttributeAccessor.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
AttributeAccessor.h comments reformatting 2016-01-11 09:52:39 +01:00
BasicBlocks.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
BasicBlocks.h comments reformatting 2016-01-11 09:52:39 +01:00
BindParameters.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
BindParameters.h comments reformatting 2016-01-11 09:52:39 +01:00
CalculationBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
CalculationBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
ClusterBlocks.cpp cppcheck 2016-01-14 23:45:59 +01:00
ClusterBlocks.h comments reformatting 2016-01-11 09:52:39 +01:00
ClusterNodes.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
ClusterNodes.h comments reformatting 2016-01-11 09:52:39 +01:00
CollectBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
CollectBlock.h implemented aggregations for SortedCollectBlock 2016-01-12 12:05:57 +01:00
CollectNode.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
CollectNode.h renamed 2016-01-12 19:25:05 +01:00
CollectOptions.cpp collect refactoring 2016-01-07 14:10:32 +01:00
CollectOptions.h comments reformatting 2016-01-11 09:52:39 +01:00
Collection.cpp Removed TRI_json_t from Index Constructors and replaced it by VelocyPack. SingleServerTests pass. Some clister tests fail 2016-01-20 16:19:24 +01:00
Collection.h comments reformatting 2016-01-11 09:52:39 +01:00
CollectionScanner.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
CollectionScanner.h comments reformatting 2016-01-11 09:52:39 +01:00
Collections.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Collections.h auto-generated headers 2016-01-06 18:41:51 +01:00
Condition.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Condition.h comments reformatting 2016-01-11 09:52:39 +01:00
ConditionFinder.cpp refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
ConditionFinder.h auto-generated headers 2016-01-06 18:41:51 +01:00
EnumerateCollectionBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
EnumerateCollectionBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
EnumerateListBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
EnumerateListBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
ExecutionBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionEngine.cpp comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionEngine.h comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionNode.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
ExecutionNode.h comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionPlan.cpp renamed 2016-01-12 19:25:05 +01:00
ExecutionPlan.h comments reformatting 2016-01-11 09:52:39 +01:00
ExecutionStats.cpp proper nesting 2016-01-08 18:14:07 +01:00
ExecutionStats.h comments reformatting 2016-01-11 09:52:39 +01:00
Executor.cpp more aggregate functions 2016-01-13 01:36:50 +01:00
Executor.h comments reformatting 2016-01-11 09:52:39 +01:00
Expression.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Expression.h comments reformatting 2016-01-11 09:52:39 +01:00
Function.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Function.h comments reformatting 2016-01-11 09:52:39 +01:00
Functions.cpp fixed differing behavior in NEIGHBORS() implementations 2016-01-15 10:22:23 +01:00
Functions.h comments reformatting 2016-01-11 09:52:39 +01:00
Graphs.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Graphs.h comments reformatting 2016-01-11 09:52:39 +01:00
Index.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
Index.h Removed TRI_json_t from Index Constructors and replaced it by VelocyPack. SingleServerTests pass. Some clister tests fail 2016-01-20 16:19:24 +01:00
IndexBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
IndexBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
IndexNode.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
IndexNode.h comments reformatting 2016-01-11 09:52:39 +01:00
ModificationBlocks.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
ModificationBlocks.h comments reformatting 2016-01-11 09:52:39 +01:00
ModificationNodes.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
ModificationNodes.h comments reformatting 2016-01-11 09:52:39 +01:00
ModificationOptions.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
ModificationOptions.h comments reformatting 2016-01-11 09:52:39 +01:00
NodeFinder.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
NodeFinder.h auto-generated headers 2016-01-06 18:41:51 +01:00
Optimizer.cpp refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
Optimizer.h comments reformatting 2016-01-11 09:52:39 +01:00
OptimizerRules.cpp renamed 2016-01-12 19:25:05 +01:00
OptimizerRules.h refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
Parser.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Parser.h aggregate fixes 2016-01-12 17:21:18 +01:00
Query.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Query.h comments reformatting 2016-01-11 09:52:39 +01:00
QueryCache.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
QueryCache.h comments reformatting 2016-01-11 09:52:39 +01:00
QueryList.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
QueryList.h comments reformatting 2016-01-11 09:52:39 +01:00
QueryRegistry.cpp removed useless con|destructor comments 2016-01-07 21:19:53 +01:00
QueryRegistry.h comments reformatting 2016-01-11 09:52:39 +01:00
QueryResult.h auto-generated headers 2016-01-06 18:41:51 +01:00
QueryResultV8.h auto-generated headers 2016-01-06 18:41:51 +01:00
Range.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Range.h auto-generated headers 2016-01-06 18:41:51 +01:00
RestAqlHandler.cpp more const unification 2016-01-15 00:09:52 +01:00
RestAqlHandler.h more const unification 2016-01-15 00:09:52 +01:00
Scopes.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
Scopes.h comments reformatting 2016-01-11 09:52:39 +01:00
ShortStringStorage.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
ShortStringStorage.h comments reformatting 2016-01-11 09:52:39 +01:00
SortBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
SortBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
SortCondition.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
SortCondition.h comments reformatting 2016-01-11 09:52:39 +01:00
SortNode.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
SortNode.h comments reformatting 2016-01-11 09:52:39 +01:00
SubqueryBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
SubqueryBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
TraversalBlock.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
TraversalBlock.h comments reformatting 2016-01-11 09:52:39 +01:00
TraversalConditionFinder.cpp refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
TraversalConditionFinder.h auto-generated headers 2016-01-06 18:41:51 +01:00
TraversalNode.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
TraversalNode.h comments reformatting 2016-01-11 09:52:39 +01:00
V8Expression.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
V8Expression.h comments reformatting 2016-01-11 09:52:39 +01:00
Variable.cpp removed some of those "using namespace" directives 2016-01-14 23:21:39 +01:00
Variable.h cppcheck 2016-01-14 23:45:59 +01:00
VariableGenerator.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
VariableGenerator.h comments reformatting 2016-01-11 09:52:39 +01:00
WalkerWorker.h auto-generated headers 2016-01-06 18:41:51 +01:00
grammar.cpp added derived files 2016-01-12 17:45:05 +01:00
grammar.h added derived files 2016-01-12 13:28:20 +01:00
grammar.y aggregate fixes 2016-01-12 17:21:18 +01:00
tokens.cpp refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
tokens.ll refactoring for Aql COLLECT 2016-01-07 13:35:12 +01:00
types.h auto-generated headers 2016-01-06 18:41:51 +01:00