1
0
Fork 0
arangodb/arangod/Aql
Michael Hackstein 7c3690c4db 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
..
Aggregator.cpp clang-format 2016-01-27 13:43:46 +01:00
Aggregator.h removed unused functions and headers 2016-01-31 19:08:39 +01:00
AqlItemBlock.cpp 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
AqlItemBlock.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
AqlItemBlockManager.cpp clang-format 2016-01-27 13:43:46 +01:00
AqlItemBlockManager.h clang-format 2016-01-27 13:43:46 +01:00
AqlValue.cpp simplifications 2016-03-04 19:40:24 +01:00
AqlValue.h simplifications 2016-03-04 19:40:24 +01:00
Arithmetic.h clang-format 2016-01-27 13:43:46 +01:00
Ast.cpp some json removal 2016-03-02 17:51:05 +01:00
Ast.h some json removal 2016-03-02 17:51:05 +01:00
AstNode.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
AstNode.h more cleanup 2016-02-24 19:19:04 +01:00
AttributeAccessor.cpp smaller datafile markers 2016-03-04 02:25:03 +01:00
AttributeAccessor.h clang-format 2016-01-27 13:43:46 +01:00
BasicBlocks.cpp clang-format 2016-01-27 13:43:46 +01:00
BasicBlocks.h clang-format 2016-01-27 13:43:46 +01:00
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 clang-format 2016-01-27 13:43:46 +01:00
CalculationBlock.h clang-format 2016-01-27 13:43:46 +01:00
ClusterBlocks.cpp Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-07 12:46:27 +01:00
ClusterBlocks.h clang-format 2016-01-27 13:43:46 +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 some json removal 2016-03-02 17:51:05 +01:00
CollectBlock.h clang-format 2016-01-27 13:43:46 +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 CollectionScanner and EnumerateCollectionBlocks now use VPack instead of Shapes and mptrs. 2016-03-01 16:38:55 +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 clang-format 2016-01-27 13:43:46 +01:00
Collections.h clang-format 2016-01-27 13:43:46 +01:00
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 clang-format 2016-01-27 13:43:46 +01:00
EnumerateCollectionBlock.cpp cppcheck 2016-03-02 22:09:32 +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 clang-format 2016-01-27 13:43:46 +01:00
EnumerateListBlock.h clang-format 2016-01-27 13:43:46 +01:00
ExecutionBlock.cpp less json 2016-03-03 14:23:39 +01:00
ExecutionBlock.h clang-format 2016-01-27 13:43:46 +01:00
ExecutionEngine.cpp less dependencies 2016-03-04 17:21:09 +01:00
ExecutionEngine.h clang-format 2016-01-27 13:43:46 +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 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
ExecutionPlan.h 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
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 array comparison operators 2016-02-03 00:28:03 +01:00
Expression.cpp 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
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 clang-format 2016-01-27 13:43:46 +01:00
Function.h clang-format 2016-01-27 13:43:46 +01:00
Functions.cpp Removed unused functions and imports 2016-03-06 11:58:03 +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 removed debug macros 2016-02-26 23:15: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 fixed compile errors 2016-03-04 18:43:51 +01:00
ModificationBlocks.h write prologue markers for document & remove markers 2016-02-29 17:08:38 +01:00
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 clang-format 2016-01-27 13:43:46 +01:00
NodeFinder.h clang-format 2016-01-27 13:43:46 +01:00
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 make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
OptimizerRules.h added (still disabled) optimizer rule `inline-subqueries` 2016-01-29 00:50:37 +01:00
Parser.cpp check return value 2016-02-18 11:00:39 +01:00
Parser.h clang-format 2016-01-27 13:43:46 +01:00
Quantifier.cpp bugfixes 2016-02-03 01:06:27 +01:00
Quantifier.h added missing files 2016-02-03 00:28:54 +01:00
Query.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
Query.h 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
QueryCache.cpp don't lock in destructor 2016-01-29 01:12:59 +01:00
QueryCache.h Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-01-27 18:53:29 +01:00
QueryList.cpp logging simplifications 2016-02-25 00:00:18 +01:00
QueryList.h Merge branch 'devel' into ClustUp2 2016-01-29 13:59:11 +01:00
QueryRegistry.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
QueryRegistry.h clang-format 2016-01-27 13:43:46 +01:00
QueryResult.h 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
QueryResultV8.h less json 2016-03-03 14:23:39 +01:00
Range.cpp clang-format 2016-01-27 13:43:46 +01:00
Range.h clang-format 2016-01-27 13:43:46 +01:00
RestAqlHandler.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
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 clang-format 2016-01-27 13:43:46 +01:00
Scopes.h clang-format 2016-01-27 13:43:46 +01:00
ShortStringStorage.cpp removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
ShortStringStorage.h clang-format 2016-01-27 13:43:46 +01:00
SortBlock.cpp clang-format 2016-01-27 13:43:46 +01:00
SortBlock.h clang-format 2016-01-27 13:43:46 +01:00
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 clang-format 2016-01-27 13:43:46 +01:00
SubqueryBlock.h clang-format 2016-01-27 13:43:46 +01:00
TraversalBlock.cpp The Edge Index now indexes with VPackSlice instead of TRI_edge_header_t. Some functions that were using the Edge Index are disabled and will not work. These functions have to be modified to use the new Transaction API. 2016-02-26 13:31:10 +01:00
TraversalBlock.h The Edge Index now indexes with VPackSlice instead of TRI_edge_header_t. Some functions that were using the Edge Index are disabled and will not work. These functions have to be modified to use the new Transaction API. 2016-02-26 13:31:10 +01:00
TraversalConditionFinder.cpp Asserted the length of the traversal condition. 2016-02-01 11:36:08 +01:00
TraversalConditionFinder.h clang-format 2016-01-27 13:43:46 +01:00
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 more cleanup 2016-02-24 19:19:04 +01:00
V8Expression.h clang-format 2016-01-27 13:43:46 +01:00
Variable.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
Variable.h 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
VariableGenerator.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
VariableGenerator.h 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
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 clang-format 2016-01-27 13:43:46 +01:00