1
0
Fork 0
arangodb/arangod/Aql
jsteemann deb0ff1110 fix stringification of keys with _id type 2017-02-21 13:43:07 +01:00
..
Aggregator.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
Aggregator.h renaming 2017-02-13 15:18:40 +01:00
AqlFunctionFeature.cpp Add AQLFeature. 2017-02-09 11:57:51 +01:00
AqlFunctionFeature.h Moved FunctionDefinitions to an AqlFunctionFeature. This now has a defined startup ordering 2017-02-08 15:45:59 +01:00
AqlItemBlock.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
AqlItemBlock.h renaming 2017-02-13 15:18:40 +01:00
AqlItemBlockManager.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
AqlItemBlockManager.h remove static_assert (thanks MSVC) 2017-02-09 17:42:38 +01:00
AqlTransaction.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
AqlTransaction.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
AqlValue.cpp moved helper functions into their own file 2017-02-14 13:44:54 +01:00
AqlValue.h renaming 2017-02-13 15:18:40 +01:00
Arithmetic.h
Ast.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
Ast.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
AstNode.cpp renaming 2017-02-13 15:18:40 +01:00
AstNode.h make geo index work with nested attributes 2017-02-03 13:07:20 +01:00
AttributeAccessor.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
AttributeAccessor.h renaming 2017-02-13 15:18:40 +01:00
BaseExpressionContext.cpp added assertions 2017-02-01 11:44:30 +01:00
BaseExpressionContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
BasicBlocks.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
BasicBlocks.h micro optimizations 2017-02-03 16:51:41 +01:00
BindParameters.cpp
BindParameters.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
BlockCollector.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
BlockCollector.h reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
CalculationBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
CalculationBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
ClusterBlocks.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ClusterBlocks.h renaming 2017-02-13 15:18:40 +01:00
ClusterNodes.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ClusterNodes.h Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
CollectBlock.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
CollectBlock.h renaming 2017-02-13 15:18:40 +01:00
CollectNode.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
CollectNode.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
CollectOptions.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
CollectOptions.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
Collection.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
Collection.h reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
Collections.cpp fix MSVC compile warnings 2017-01-31 17:02:17 +01:00
Collections.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
Condition.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
Condition.h renaming 2017-02-13 15:18:40 +01:00
ConditionFinder.cpp removed unused node type 2017-02-14 16:52:30 +01:00
ConditionFinder.h
EnumerateCollectionBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
EnumerateCollectionBlock.h Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 13:05:11 +01:00
EnumerateListBlock.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
EnumerateListBlock.h improve error messages if FOR doesn't find proper values to work with 2017-01-10 13:17:04 +01:00
ExecutionBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExecutionBlock.h refactoring 2017-02-15 10:26:05 +01:00
ExecutionEngine.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExecutionEngine.h simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
ExecutionNode.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExecutionNode.h fix spelling 2017-02-16 13:39:15 +01:00
ExecutionPlan.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExecutionPlan.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExecutionStats.cpp simplify stats a bit 2017-02-03 11:47:09 +01:00
ExecutionStats.h fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
Executor.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
Executor.h Attempt not to bypass error handling so we hopefully get some more information on issue #2011 2016-08-23 17:02:28 +02:00
Expression.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
Expression.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ExpressionContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
FixedVarExpressionContext.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
FixedVarExpressionContext.h renaming 2017-02-13 15:18:40 +01:00
Function.cpp
Function.h
Functions.cpp fix stringification of keys with _id type 2017-02-21 13:43:07 +01:00
Functions.h renaming 2017-02-13 15:18:40 +01:00
Graphs.cpp Added a self-contained edge condition builder that allows to create AQL conditions without actually having an AQL query. The RestEdgesHandler uses it to serve requests for edges now. Removed undocumented endpoints PUT/POST /_api/edges as obsolete. 2017-02-09 17:15:42 +01:00
Graphs.h Added a self-contained edge condition builder that allows to create AQL conditions without actually having an AQL query. The RestEdgesHandler uses it to serve requests for edges now. Removed undocumented endpoints PUT/POST /_api/edges as obsolete. 2017-02-09 17:15:42 +01:00
IndexBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
IndexBlock.h renaming 2017-02-13 15:18:40 +01:00
IndexNode.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
IndexNode.h renaming 2017-02-13 15:18:40 +01:00
ModificationBlocks.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
ModificationBlocks.h renaming 2017-02-13 15:18:40 +01:00
ModificationNodes.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ModificationNodes.h Fix UPSERT in cluster. 2016-10-14 22:00:07 +02:00
ModificationOptions.cpp Fix writing of edges in AQL to smart edge collections. 2016-10-10 00:25:46 +02:00
ModificationOptions.h Fix writing of edges in AQL to smart edge collections. 2016-10-10 00:25:46 +02:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp simplify optimizer API a bit 2017-02-06 15:43:49 +01:00
Optimizer.h replace expensive std::deques with much simpler RollingVectors 2017-02-06 23:23:18 +01:00
OptimizerRules.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
OptimizerRules.h simplify optimizer API a bit 2017-02-06 15:43:49 +01:00
Parser.cpp removed JsonHelper 2016-08-19 12:24:12 +02:00
Parser.h make ctor explicit 2017-02-17 15:56:55 +01:00
PlanCache.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
PlanCache.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
Quantifier.cpp changed behavior of array comparison operators for empty arrays 2016-09-21 11:01:59 +02:00
Quantifier.h changed behavior of array comparison operators for empty arrays 2016-09-21 11:01:59 +02:00
Query.cpp deactive plan cache as final step before merge 2017-02-21 13:06:34 +01:00
Query.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
QueryCache.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
QueryCache.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryList.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
QueryList.h
QueryRegistry.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
QueryRegistry.h Kill queries in registry at shutdown. 2017-02-09 16:54:13 +01:00
QueryResources.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
QueryResources.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
QueryResult.h renaming 2017-02-13 12:27:26 +01:00
QueryResultV8.h simplifications 2017-02-17 17:10:13 +01:00
Range.cpp
Range.h
ResourceUsage.h added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
RestAqlHandler.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
RestAqlHandler.h switch to boost asio 2016-10-14 10:12:17 +00:00
Scopes.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
Scopes.h
ShortStringStorage.cpp added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
ShortStringStorage.h fixed compile warnings 2016-12-06 14:34:14 +01:00
ShortestPathBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ShortestPathBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ShortestPathNode.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ShortestPathNode.h Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
ShortestPathOptions.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
ShortestPathOptions.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
SortBlock.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
SortBlock.h renaming 2017-02-13 15:18:40 +01:00
SortCondition.cpp fixed issue #2315 2017-02-21 09:11:50 +01:00
SortCondition.h
SortNode.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
SortNode.h Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
SubqueryBlock.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
SubqueryBlock.h renaming 2017-02-13 12:27:26 +01:00
TraversalBlock.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
TraversalBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
TraversalConditionFinder.cpp removed unused node type 2017-02-14 16:52:30 +01:00
TraversalConditionFinder.h The TraversalConditionFinder will now normalize all filters, before checking if they are valid 2017-01-27 09:57:46 +01:00
TraversalNode.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
TraversalNode.h refactoring 2017-02-15 10:26:05 +01:00
V8Expression.cpp potential fixes for MSVC 2017-02-14 16:11:18 +01:00
V8Expression.h renaming 2017-02-13 15:18:40 +01:00
Variable.cpp
Variable.h
VariableGenerator.cpp initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
VariableGenerator.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
WalkerWorker.h
grammar.cpp simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
grammar.h factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
grammar.hpp factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
grammar.y factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
tokens.cpp agency compaction leaves last compaction-keep-size indices behind for reference 2017-01-17 12:15:18 +01:00
tokens.ll Removed AqlTransaction wherever possible. Added an InjectTransaction for the aql query, used by TraverserEngine. Also fixed TraverserEngine from/to velocypack functions. 2016-07-28 17:05:00 +02:00
types.h