1
0
Fork 0
arangodb/arangod/Aql
Jan Christoph Uhde 1ffcfd63ba fix timeout issue next try: no subquery nodes on dbservers (#6036) 2018-08-03 09:43:35 +02:00
..
Aggregator.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
Aggregator.h use unique_ptrs 2017-02-24 18:03:40 +01:00
AqlFunctionFeature.cpp Feature/cpp aql left trim right (#3004) (#3506) 2017-10-26 20:21:41 +02:00
AqlFunctionFeature.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
AqlItemBlock.cpp fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
AqlItemBlock.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02: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 Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
AqlTransaction.h No access collections (#3088) 2017-08-25 13:59:03 +02:00
AqlValue.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
AqlValue.h Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
AqlValueGroup.h added non-destructive DISTINCT (#3320) 2017-10-18 12:52:33 +02:00
Arithmetic.h
Ast.cpp fix cluster COLLECT optimization (#5504) 2018-06-01 10:41:39 +02:00
Ast.h fix cluster COLLECT optimization (#5504) 2018-06-01 10:41:39 +02:00
AstNode.cpp Bug fix/fix compilation with gxx7 (#3637) 2017-11-10 16:00:57 +01:00
AstNode.h Stricter normalization for filter and sort conditions (#3718) 2017-11-16 19:17:12 +01:00
AttributeAccessor.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
AttributeAccessor.h fix out-of-bounds attribute accessor calls (#3273) 2017-09-18 14:01:06 +02:00
BaseExpressionContext.cpp
BaseExpressionContext.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
BasicBlocks.cpp simplification of fullcount code (#5074) 2018-04-10 17:25:08 +02:00
BasicBlocks.h
BindParameters.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
BindParameters.h Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
BlockCollector.cpp fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
BlockCollector.h fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
CalculationBlock.cpp Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
CalculationBlock.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ClusterBlocks.cpp make AQL in 3.3 somewhat forward-compatible with 3.4 (#5907) 2018-07-25 09:13:52 +02:00
ClusterBlocks.h make AQL in 3.3 somewhat forward-compatible with 3.4 (#5907) 2018-07-25 09:13:52 +02:00
ClusterNodes.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
ClusterNodes.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
CollectBlock.cpp fixed issue #5977: Unexpected execution plan when subquery contains COLLECT (#5983) 2018-07-25 17:33:45 +02:00
CollectBlock.h Feature 3.3/optimize cluster collect (#4895) 2018-03-22 18:36:15 +01:00
CollectNode.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
CollectNode.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
CollectOptions.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
CollectOptions.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
Collection.cpp Feature/improved index api for unique constraints and replication (#3715) 2017-11-16 21:02:01 +01:00
Collection.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Collections.cpp
Collections.h initial version of query execution plan cache, still very rough 2017-02-21 11:58:38 +01:00
Condition.cpp fixed issue #4900 (#4918) 2018-03-22 18:27:31 +01:00
Condition.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
ConditionFinder.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
ConditionFinder.h
DocumentProducingBlock.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
DocumentProducingBlock.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
DocumentProducingNode.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
DocumentProducingNode.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
EnumerateCollectionBlock.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
EnumerateCollectionBlock.h fixed LocalDocumentId (is now a class) 2017-10-03 22:18:07 +02:00
EnumerateListBlock.cpp fixed issue #6031: Broken LIMIT in nested list iterations (#6032) 2018-08-01 08:29:57 +02:00
EnumerateListBlock.h fixed issue #3408 (#3419) 2017-10-16 17:39:29 +02:00
ExecutionBlock.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
ExecutionBlock.h added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
ExecutionEngine.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
ExecutionEngine.h simplified internal APIs a bit 2017-02-15 12:42:07 +01:00
ExecutionNode.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
ExecutionNode.h fix cluster COLLECT optimization (#5504) 2018-06-01 10:41:39 +02:00
ExecutionPlan.cpp Bug fix/internal issue 2658 (#5760) 2018-07-04 21:51:24 +02:00
ExecutionPlan.h Feature/async failover (#3451) 2017-10-18 23:59:29 +02:00
ExecutionStats.cpp simplification of fullcount code (#5074) 2018-04-10 17:25:08 +02:00
ExecutionStats.h fix `fullCount` value in some cases in cluster mode (#4722) 2018-03-01 18:33:18 +01:00
Expression.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
Expression.h Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
ExpressionContext.h
FixedVarExpressionContext.cpp fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
FixedVarExpressionContext.h fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
Function.cpp Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Function.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Functions.cpp fix AQL ZIP function with duplicate attribute names (#5335) 2018-05-14 11:12:26 +02:00
Functions.h Feature 3.3/fulltext optimizations (#3925) 2017-12-19 21:40:12 +01:00
GraphNode.cpp Bug fix 3.3/graph direction wrong to throw (#5384) 2018-05-25 19:25:06 +02:00
GraphNode.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Graphs.cpp fix potential memory issue 2017-02-27 12:01:14 +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 Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
IndexBlock.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
IndexNode.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
IndexNode.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
ModificationBlocks.cpp [3.3] Bugfix: Fix `_rev` handling in `UPDATE`/`REPLACE` `WITH` clauses (#5967) 2018-07-25 12:28:16 +02:00
ModificationBlocks.h Bug fix/internal issue 2658 (#5760) 2018-07-04 21:51:24 +02:00
ModificationNodes.cpp fix dump&restore of smart graphs (#5065) 2018-04-10 17:21:03 +02:00
ModificationNodes.h fix dump&restore of smart graphs (#5065) 2018-04-10 17:21:03 +02:00
ModificationOptions.cpp Bug fix/internal issue 2658 (#5760) 2018-07-04 21:51:24 +02:00
ModificationOptions.h Bug fix/internal issue 2658 (#5760) 2018-07-04 21:51:24 +02:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp fixed issue #3395 (#3399) 2017-10-13 12:25:46 +02:00
Optimizer.h fixed issue #3395 (#3399) 2017-10-13 12:25:46 +02:00
OptimizerRule.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
OptimizerRules.cpp fix timeout issue next try: no subquery nodes on dbservers (#6036) 2018-08-03 09:43:35 +02:00
OptimizerRules.h bug-fix-3.3/double-modification-bug (#5981) 2018-07-25 18:26:02 +02:00
OptimizerRulesFeature.cpp multiple cluster-related AQL optimizations (#4928) 2018-03-23 14:52:58 +01:00
OptimizerRulesFeature.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Parser.cpp added proper docs for --query.fail-on-warning 2017-05-29 15:46:48 +02:00
Parser.h some refactoring 2017-05-23 13:18:51 +02:00
PlanCache.cpp some refactoring 2017-05-23 13:18:51 +02:00
PlanCache.h move 2017-05-23 18:02:17 +02:00
Quantifier.cpp Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
Quantifier.h Feature/optimizer rule remove filter covered by traversal (#2731) 2017-07-10 10:15:17 +02:00
Query.cpp backport Scheduler from devel (#5533) 2018-06-28 13:26:04 +02:00
Query.h Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
QueryCache.cpp some refactoring 2017-05-23 13:18:51 +02:00
QueryCache.h some refactoring 2017-05-23 13:18:51 +02:00
QueryExecutionState.cpp show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryExecutionState.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryList.cpp Bug fix/issues 2709 (#3333) 2017-10-01 09:43:03 +02:00
QueryList.h Feature/slow queries log bind vars (#2954) 2017-08-04 20:45:12 +02:00
QueryOptions.cpp No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
QueryOptions.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
QueryProfile.cpp fix query execution times that may have different between batches (#2606) 2017-06-19 17:47:32 +02:00
QueryProfile.h fix query execution times that may have different between batches (#2606) 2017-06-19 17:47:32 +02:00
QueryRegistry.cpp Bug fix 3.3/fix hangs (#5805) 2018-07-10 13:52:58 +02:00
QueryRegistry.h adding ttl option for the query registry (#5096) 2018-04-11 15:50:12 +02:00
QueryResources.cpp fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
QueryResources.h fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
QueryResult.h renaming 2017-02-27 14:38:27 +01:00
QueryResultV8.h cleanup QueryResultV8 a bit (#2990) 2017-08-10 09:40:06 +02:00
QueryString.cpp some refactoring 2017-05-23 13:18:51 +02:00
QueryString.h some refactoring 2017-05-23 13:18:51 +02:00
Range.cpp
Range.h
RegexCache.cpp Fix LIKE pattern creation (#5240) 2018-05-03 13:15:56 +02:00
RegexCache.h Bug fix/scheduler delete (#3077) 2017-08-25 12:00:17 +02:00
ResourceUsage.h use forwarding to build AqlValues in place (#3238) 2017-09-15 14:30:40 +02:00
RestAqlHandler.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
RestAqlHandler.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
ShortStringStorage.h fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
ShortestPathBlock.cpp Removed double include due to hidden merge conflict. 2017-04-26 11:04:01 +02:00
ShortestPathBlock.h ShortestPathBlock does not use EdgeCollectionInfo anymore. Replaced by EdgeCursors 2017-04-26 10:21:18 +02:00
ShortestPathNode.cpp Bug fix/fixes 1711 obi (#3730) 2017-11-17 16:34:33 +01:00
ShortestPathNode.h More unified merge of Traverser- and ShortestPath- into GraphNode. Now the ShortestPathNode creates TraverserEngines on the Cluster. Finally everything ready to wire computation together 2017-04-19 15:23:37 +02:00
SortBlock.cpp fix memory hunger of cache (#4269) 2018-01-12 12:15:19 +01:00
SortBlock.h renaming 2017-02-13 15:18:40 +01:00
SortCondition.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
SortCondition.h
SortNode.cpp Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
SortNode.h Feature 3.3/aql optimizations (#5140) 2018-05-15 14:41:07 +02:00
SubqueryBlock.cpp use forwarding to build AqlValues in place (#3238) 2017-09-15 14:30:40 +02:00
SubqueryBlock.h renaming 2017-02-13 12:27:26 +01:00
TraversalBlock.cpp No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
TraversalBlock.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
TraversalConditionFinder.cpp fix out-of-bounds attribute accessor calls (#3273) 2017-09-18 14:01:06 +02:00
TraversalConditionFinder.h Improved the check if we need to increase the mindepth on traversal nodes 2017-08-07 17:46:02 +02:00
TraversalNode.cpp Bug fix/fixes 1711 obi (#3730) 2017-11-17 16:34:33 +01:00
TraversalNode.h Fixing warnings 2017-04-20 19:07:30 +02:00
V8Executor.cpp Bug fix/fixes 0211 (#3568) 2017-11-09 12:48:15 +01:00
V8Executor.h Bug fix/fixes 0211 (#3568) 2017-11-09 12:48:15 +01:00
V8Expression.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
V8Expression.h renaming 2017-02-13 15:18:40 +01:00
Variable.cpp Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
Variable.h Feature/reduce extraction to projection (#2792) 2017-07-14 08:40:29 +02:00
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 fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
grammar.h
grammar.hpp
grammar.y fix premature unlock (#3802) (#4027) 2017-12-13 18:46:14 +01:00
tokens.cpp Cmake 5.0 complains about unused lambda captures (#3390) 2017-10-13 12:20:48 +02:00
tokens.ll some refactoring 2017-05-23 13:18:51 +02:00
types.h