1
0
Fork 0
arangodb/arangod/Aql
jsteemann cdd7967bad fix "hasMore" route 2018-07-17 21:46:44 +02:00
..
Aggregator.cpp finalize distinct aggregator code 2018-06-26 22:46:36 +02:00
Aggregator.h refactoring of aggregators 2018-06-20 02:33:20 +02:00
AqlFunctionFeature.cpp Feature/feature phases (#5272) 2018-07-16 14:09:36 +02:00
AqlFunctionFeature.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
AqlItemBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlItemBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlItemBlockManager.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlItemBlockManager.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlResult.cpp Bug fix/fix codescan issues (#5371) 2018-05-16 20:40:37 +02:00
AqlResult.h apply fixes found by cppcheck (#5360) 2018-05-15 20:06:36 +02:00
AqlTransaction.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlTransaction.h
AqlValue.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlValue.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
AqlValueGroup.h
Arithmetic.h
Ast.cpp fix some undefined behavior 2018-07-12 21:54:51 +02:00
Ast.h fix windows compile (#5611) 2018-06-14 19:18:54 +02:00
AstNode.cpp fix some undefined behavior 2018-07-12 21:54:51 +02:00
AstNode.h Bug fix/fixes 0907 (#5812) 2018-07-10 08:48:14 +02:00
AttributeAccessor.cpp
AttributeAccessor.h
BaseExpressionContext.cpp
BaseExpressionContext.h
BasicBlocks.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
BasicBlocks.h Remove hasMore (#5810) 2018-07-10 09:50:08 +02:00
BindParameters.cpp
BindParameters.h
BlockCollector.cpp
BlockCollector.h
CalculationBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
CalculationBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ClusterBlocks.cpp Bug fix/fix codescan issues (#5872) 2018-07-16 10:58:14 +02:00
ClusterBlocks.h fix AQL leak (#5862) 2018-07-13 11:28:44 +02:00
ClusterNodes.cpp try to fix windows compile warnings and errors 2018-07-13 11:48:05 +02:00
ClusterNodes.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
CollectBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
CollectBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
CollectNode.cpp Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
CollectNode.h Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
CollectOptions.cpp
CollectOptions.h
Collection.cpp Feature/make the boolean true again (#5646) 2018-06-27 08:49:51 +02:00
Collection.h cleanup collection/vocbase interface of ExecutionNodes (#5557) 2018-06-08 15:28:48 +02:00
CollectionAccessingNode.cpp add the primary indices to the AQL modification nodes serialization and their explain output (#5628) 2018-06-21 11:45:15 +02:00
CollectionAccessingNode.h add the primary indices to the AQL modification nodes serialization and their explain output (#5628) 2018-06-21 11:45:15 +02:00
Collections.cpp cleanup collection/vocbase interface of ExecutionNodes (#5557) 2018-06-08 15:28:48 +02:00
Collections.h
Condition.cpp Bug fix/fixes 1307 (#5878) 2018-07-13 20:48:21 +02:00
Condition.h Bug fix/fixes 1307 (#5878) 2018-07-13 20:48:21 +02:00
ConditionFinder.cpp use sparse indexes in more cases (#5790) 2018-07-09 09:01:10 +02:00
ConditionFinder.h
DocumentProducingBlock.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
DocumentProducingBlock.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
DocumentProducingNode.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
DocumentProducingNode.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
EngineInfoContainerCoordinator.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EngineInfoContainerCoordinator.h
EngineInfoContainerDBServer.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EngineInfoContainerDBServer.h remove tabstops 2018-07-16 15:00:12 +02:00
EnumerateCollectionBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EnumerateCollectionBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EnumerateListBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EnumerateListBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ExecutionBlock.cpp Bug fix/fix codescan issues (#5872) 2018-07-16 10:58:14 +02:00
ExecutionBlock.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
ExecutionEngine.cpp Bug fix/fix codescan issues (#5872) 2018-07-16 10:58:14 +02:00
ExecutionEngine.h Remove hasMore (#5810) 2018-07-10 09:50:08 +02:00
ExecutionNode.cpp use ExecutionNode::castTo (#5875) 2018-07-13 20:09:16 +02:00
ExecutionNode.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
ExecutionPlan.cpp Bug fix/fixes 1307 (#5878) 2018-07-13 20:48:21 +02:00
ExecutionPlan.h Remove redundant geo code, remove WITHIN_RECTANGLE (#5757) 2018-07-04 20:21:00 +02:00
ExecutionState.h Streaming cursor API stops lying about hasMore (#5867) 2018-07-17 12:56:29 +02:00
ExecutionStats.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ExecutionStats.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
Expression.cpp add specific messages for queries issued by 3.3 2018-07-17 20:31:35 +02:00
Expression.h Add optimizer rule that replaces js function calls (NEAR/WITHIN/FULLTEXT) with pure AQL (#5529) 2018-06-12 13:48:31 +02:00
ExpressionContext.h
FixedVarExpressionContext.cpp
FixedVarExpressionContext.h
Function.cpp fixed test failures 2018-07-04 23:55:55 +02:00
Function.h Remove redundant geo code, remove WITHIN_RECTANGLE (#5757) 2018-07-04 20:21:00 +02:00
Functions.cpp Bug fix/fix codescan issues (#5872) 2018-07-16 10:58:14 +02:00
Functions.h Soundex function implementation with integration tests and minor bug fixes to feature/add-aql-tobase64-tohex-encodeuricomponent-uuid branch (#5851) 2018-07-13 17:47:25 +02:00
GraphNode.cpp cleanup collection/vocbase interface of ExecutionNodes (#5557) 2018-06-08 15:28:48 +02:00
GraphNode.h Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
Graphs.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
Graphs.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
IndexBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
IndexBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
IndexNode.cpp Bug fix/fixes 0907 (#5812) 2018-07-10 08:48:14 +02:00
IndexNode.h Bug fix/fixes 0907 (#5812) 2018-07-10 08:48:14 +02:00
ModificationBlocks.cpp added assertions 2018-07-17 20:31:21 +02:00
ModificationBlocks.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ModificationNodes.cpp add the primary indices to the AQL modification nodes serialization and their explain output (#5628) 2018-06-21 11:45:15 +02:00
ModificationNodes.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
ModificationOptions.cpp Bug fix/internal issue 2658 (#5760) (#5778) 2018-07-05 10:19:28 +02:00
ModificationOptions.h Bug fix/internal issue 2658 (#5760) (#5778) 2018-07-05 10:19:28 +02:00
NodeFinder.cpp
NodeFinder.h added assertions 2018-07-17 20:31:21 +02:00
Optimizer.cpp
Optimizer.h
OptimizerRule.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
OptimizerRules.cpp Bug fix/fixes 1307 (#5878) 2018-07-13 20:48:21 +02:00
OptimizerRules.h Feature/cluster single operations (#5585) 2018-07-12 20:18:36 +02:00
OptimizerRulesCluster.cpp use ExecutionNode::castTo (#5875) 2018-07-13 20:09:16 +02:00
OptimizerRulesFeature.cpp Feature/feature phases (#5272) 2018-07-16 14:09:36 +02:00
OptimizerRulesFeature.h
OptimizerRulesReplaceFunctions.cpp use ExecutionNode::castTo (#5875) 2018-07-13 20:09:16 +02:00
Parser.cpp fix AQL leak (#5862) 2018-07-13 11:28:44 +02:00
Parser.h
PlanCache.cpp
PlanCache.h
Quantifier.cpp
Quantifier.h
Query.cpp fix AQL leak (#5862) 2018-07-13 11:28:44 +02:00
Query.h honor some cppcheck recommendations (#5817) 2018-07-10 13:50:30 +02:00
QueryCache.cpp
QueryCache.h
QueryCursor.cpp Streaming cursor API stops lying about hasMore (#5867) 2018-07-17 12:56:29 +02:00
QueryCursor.h Streaming cursor API stops lying about hasMore (#5867) 2018-07-17 12:56:29 +02:00
QueryExecutionState.cpp
QueryExecutionState.h
QueryList.cpp
QueryList.h
QueryOptions.cpp
QueryOptions.h
QueryProfile.cpp issue 389.9: return TRI_vocbase_t& from Query::vocbase() (#5420) 2018-05-22 19:03:14 +03:00
QueryProfile.h
QueryRegistry.cpp ensure rest handler compatibility with 3.3 2018-07-17 20:30:56 +02:00
QueryRegistry.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
QueryResources.cpp
QueryResources.h
QueryResult.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
QueryResultV8.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
QueryString.cpp Bug fix/make query string owning (#5255) 2018-05-03 16:40:50 +02:00
QueryString.h Bug fix/make query string owning (#5255) 2018-05-03 16:40:50 +02:00
Range.cpp
Range.h
RegexCache.cpp Fix AQL LIKE function - escapes * when building pattern. (#5239) 2018-05-03 13:14:58 +02:00
RegexCache.h
ResourceUsage.h
RestAqlHandler.cpp fix "hasMore" route 2018-07-17 21:46:44 +02:00
RestAqlHandler.h Remove hasMore (#5810) 2018-07-10 09:50:08 +02:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp Bug fix/fixes 0907 (#5812) 2018-07-10 08:48:14 +02:00
ShortestPathBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
ShortestPathNode.cpp cleanup collection/vocbase interface of ExecutionNodes (#5557) 2018-06-08 15:28:48 +02:00
ShortestPathNode.h Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
SortBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
SortBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
SortCondition.cpp Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
SortCondition.h
SortNode.cpp Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
SortNode.h Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
SortRegister.cpp Feature/arangosearch gather node (#5487) 2018-05-30 02:53:21 +03:00
SortRegister.h Feature/arangosearch gather node (#5487) 2018-05-30 02:53:21 +03:00
SubqueryBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
SubqueryBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
TraversalBlock.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
TraversalBlock.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
TraversalConditionFinder.cpp Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
TraversalConditionFinder.h
TraversalNode.cpp cleanup collection/vocbase interface of ExecutionNodes (#5557) 2018-06-08 15:28:48 +02:00
TraversalNode.h Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
V8Executor.cpp
V8Executor.h
Variable.cpp
Variable.h
VariableGenerator.cpp disable a test that leaks memory (#5571) 2018-06-11 13:26:25 +02:00
VariableGenerator.h
WakeupQueryCallback.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
WakeupQueryCallback.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
WalkerWorker.h Feature/arangosearch scatter node (#5536) 2018-06-06 20:42:53 +03:00
grammar.cpp Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
grammar.h Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
grammar.hpp Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
grammar.y Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
tokens.cpp Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
tokens.ll Bug fix/fix bison error message leak (#5864) 2018-07-13 14:06:52 +02:00
types.h