1
0
Fork 0
arangodb/arangod/Aql
Frank Celler 37a0a7fc05 Merge branch 'devel' of github.com:arangodb/arangodb into solaris 2016-02-25 10:56:14 +01:00
..
Aggregator.cpp
Aggregator.h
AqlItemBlock.cpp
AqlItemBlock.h
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp
AqlValue.h
Arithmetic.h
Ast.cpp added WITH collections declarative 2016-02-19 18:20:46 +01:00
Ast.h added WITH collections declarative 2016-02-19 18:20:46 +01:00
AstNode.cpp more cleanup 2016-02-24 19:19:04 +01:00
AstNode.h more cleanup 2016-02-24 19:19:04 +01:00
AttributeAccessor.cpp
AttributeAccessor.h
BasicBlocks.cpp
BasicBlocks.h
BindParameters.cpp
BindParameters.h
CalculationBlock.cpp
CalculationBlock.h
ClusterBlocks.cpp changed to new Thread interface 2016-02-17 22:19:37 +01:00
ClusterBlocks.h
ClusterNodes.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ClusterNodes.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectBlock.cpp fixed some compile warnings 2016-02-04 12:38:51 +01:00
CollectBlock.h
CollectNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
CollectOptions.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
CollectOptions.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Collection.cpp
Collection.h
CollectionScanner.cpp
CollectionScanner.h
Collections.cpp
Collections.h
Condition.cpp Merge branch 'devel' of github.com:arangodb/arangodb into solaris 2016-02-24 19:29:01 +01:00
Condition.h more cleanup 2016-02-24 19:19:04 +01:00
ConditionFinder.cpp remove sort in more cases 2016-02-10 11:23:11 +01:00
ConditionFinder.h
EnumerateCollectionBlock.cpp
EnumerateCollectionBlock.h
EnumerateListBlock.cpp
EnumerateListBlock.h
ExecutionBlock.cpp
ExecutionBlock.h
ExecutionEngine.cpp logging simplifications 2016-02-25 00:00:18 +01:00
ExecutionEngine.h
ExecutionNode.cpp more cleanup 2016-02-24 19:19:04 +01:00
ExecutionNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ExecutionPlan.cpp more cleanup 2016-02-24 19:19:04 +01:00
ExecutionPlan.h more cleanup 2016-02-24 19:19:04 +01:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp move v8 try-catch into handle scopes 2016-02-19 11:42:44 +01:00
Executor.h
Expression.cpp
Expression.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Function.cpp
Function.h
Functions.cpp more cleanup 2016-02-24 19:19:04 +01:00
Functions.h Added VPack Variant for IS_SAME_COLLECTION. This was the function without a VelocyPack variant. AQL Functions are now ready to be switched. 2016-02-13 14:46:32 +01:00
Graphs.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
Graphs.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
Index.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Index.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
IndexBlock.cpp
IndexBlock.h
IndexNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
IndexNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationBlocks.cpp
ModificationBlocks.h
ModificationNodes.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationNodes.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationOptions.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
ModificationOptions.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp
Optimizer.h
OptimizerRules.cpp make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
OptimizerRules.h
Parser.cpp check return value 2016-02-18 11:00:39 +01:00
Parser.h
Quantifier.cpp
Quantifier.h
Query.cpp added cancel 2016-02-17 22:19:52 +01:00
Query.h removed unused forwards and functions 2016-02-25 00:48:06 +01:00
QueryCache.cpp
QueryCache.h
QueryList.cpp logging simplifications 2016-02-25 00:00:18 +01:00
QueryList.h
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RestAqlHandler.cpp logging simplifications 2016-02-25 00:00:18 +01:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
SortBlock.cpp
SortBlock.h
SortCondition.cpp remove sort in more cases 2016-02-10 11:23:11 +01:00
SortCondition.h remove sort in more cases 2016-02-10 11:23:11 +01:00
SortNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
SortNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
SubqueryBlock.cpp
SubqueryBlock.h
TraversalBlock.cpp
TraversalBlock.h
TraversalConditionFinder.cpp
TraversalConditionFinder.h
TraversalNode.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
TraversalNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
V8Expression.cpp more cleanup 2016-02-24 19:19:04 +01:00
V8Expression.h
Variable.cpp Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
Variable.h Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson. 2016-02-16 00:04:32 +01:00
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h more cleanup 2016-02-24 19:19:04 +01:00
grammar.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
grammar.h cleanup of OS defines 2016-02-23 15:27:34 +01:00
grammar.y added WITH collections declarative 2016-02-19 18:20:46 +01:00
tokens.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
tokens.ll cleanup of OS defines 2016-02-23 15:27:34 +01:00
types.h