1
0
Fork 0
arangodb/arangod/Aql
jsteemann 279fb105e2 cppcheck 2016-03-09 22:57:49 +01:00
..
Aggregator.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
Aggregator.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
AqlItemBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
AqlItemBlock.h cppcheck 2016-03-09 22:57:49 +01:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp cppcheck 2016-03-09 22:57:49 +01:00
AqlValue.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
Arithmetic.h
Ast.cpp less json 2016-03-09 10:32:08 +01:00
Ast.h Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places 2016-03-08 13:08:05 +01:00
AstNode.cpp less json 2016-03-09 10:32:08 +01:00
AstNode.h less json 2016-03-09 10:32:08 +01:00
AttributeAccessor.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
AttributeAccessor.h aqlvalue$ 2016-03-08 18:52:34 +01:00
BasicBlocks.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
BasicBlocks.h
BindParameters.cpp less json 2016-03-03 14:23:39 +01:00
BindParameters.h less json 2016-03-03 14:23:39 +01:00
CalculationBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
CalculationBlock.h
ClusterBlocks.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
ClusterBlocks.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
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 AqlValue refactoring 2016-03-09 17:50:20 +01:00
CollectBlock.h cppcheck 2016-03-09 22:57:49 +01:00
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 simplifications 2016-03-04 19:40:24 +01:00
Collection.h simplifications 2016-03-04 19:40:24 +01:00
CollectionScanner.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
CollectionScanner.h CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs. 2016-03-01 16:38:55 +01:00
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
ConditionFinder.h
EnumerateCollectionBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
EnumerateCollectionBlock.h CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs. 2016-03-01 16:38:55 +01:00
EnumerateListBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
EnumerateListBlock.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
ExecutionBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
ExecutionBlock.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
ExecutionEngine.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-09 09:42:10 +01:00
ExecutionEngine.h cppcheck 2016-03-09 22:57:49 +01:00
ExecutionNode.cpp AqlQuery now is contructed from VelocyPack builders only. Also variables and Execution Plan is constructed form VelocyPack only. 2016-03-07 19:04:37 +01:00
ExecutionNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ExecutionPlan.cpp Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places 2016-03-08 13:08:05 +01:00
ExecutionPlan.h Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places 2016-03-08 13:08:05 +01:00
ExecutionStats.cpp executionstats use vpack 2016-03-07 11:20:04 +01:00
ExecutionStats.h executionstats use vpack 2016-03-07 11:20:04 +01:00
Executor.cpp Removed unnacessary imports of shape 2016-03-02 10:45:00 +01:00
Executor.h
Expression.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
Expression.h less json 2016-03-09 10:32:08 +01:00
Function.cpp
Function.h
Functions.cpp cppcheck 2016-03-09 22:57:49 +01:00
Functions.h Removed the old Json based AQL FunctionParameters. Also removed all Json-based wrappers around the new VelocyPack based AQL functions. 2016-03-06 11:49:53 +01:00
Graphs.cpp cppcheck 2016-02-24 17:55:36 +01:00
Graphs.h C++ Graph module now uses new Transcation API to get the graph definition 2016-02-18 12:51:08 +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 less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
IndexBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
IndexBlock.h removed TRI_doc_mptr_copy_t 2016-02-26 11:46:33 +01:00
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 AqlValue refactoring 2016-03-09 17:50:20 +01:00
ModificationBlocks.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
ModificationNodes.cpp Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
ModificationNodes.h AqlValue refactoring 2016-03-09 17:50:20 +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 cleanup 2016-02-26 23:20:41 +01:00
Optimizer.h removed json 2016-03-02 11:34:31 +01:00
OptimizerRules.cpp less json 2016-03-09 10:32:08 +01:00
OptimizerRules.h
Parser.cpp Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places 2016-03-08 13:08:05 +01:00
Parser.h
Quantifier.cpp
Quantifier.h
Query.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
Query.h Removed unused obsolete Code and Imports 2016-03-08 13:29:09 +01:00
QueryCache.cpp query cache using vpack 2016-03-08 09:38:24 +01:00
QueryCache.h query cache using vpack 2016-03-08 09:38:24 +01:00
QueryList.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
QueryList.h
QueryRegistry.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
QueryRegistry.h
QueryResult.h Removed unused obsolete Code and Imports 2016-03-08 13:29:09 +01:00
QueryResultV8.h less json 2016-03-03 14:23:39 +01:00
Range.cpp
Range.h
RestAqlHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-09 09:42:10 +01:00
RestAqlHandler.h Removed large parts of JSON out of RestAqlHandler. There is still some JSON contained because auf Query still using JSON. Included several warnings for the specfic code pieces 2016-03-07 12:45:34 +01:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
SortBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
SortBlock.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
SortCondition.cpp switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
SortCondition.h
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 AqlValue refactoring 2016-03-09 17:50:20 +01:00
SubqueryBlock.h
TraversalBlock.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
TraversalBlock.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
TraversalConditionFinder.cpp Entirely removed JSON from Variable 2016-03-08 13:59:42 +01:00
TraversalConditionFinder.h
TraversalNode.cpp cleanup 2016-02-26 23:07:19 +01:00
TraversalNode.h Removed obsolete toJson from AQL Nodes 2016-02-16 10:29:38 +01:00
V8Expression.cpp AqlValue refactoring 2016-03-09 17:50:20 +01:00
V8Expression.h aqlvalue$ 2016-03-08 18:52:34 +01:00
Variable.cpp cppcheck 2016-03-09 22:57:49 +01:00
Variable.h cppcheck 2016-03-09 22:57:49 +01:00
VariableGenerator.cpp Removed JSON from Variablegenerator. 2016-03-08 13:39:04 +01:00
VariableGenerator.h Removed JSON from Variablegenerator. 2016-03-08 13:39:04 +01:00
WalkerWorker.h more cleanup 2016-02-24 19:19:04 +01:00
grammar.cpp removed TRI_doc_mptr_copy_t 2016-02-26 11:46:33 +01:00
grammar.h removed TRI_doc_mptr_copy_t 2016-02-26 11:46:33 +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