1
0
Fork 0
arangodb/arangod/Aql
Andrey Abramov ddd8ef6667 refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
..
Aggregator.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
Aggregator.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
AqlFunctionFeature.cpp S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
AqlFunctionFeature.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
AqlItemBlock.cpp fix cache for gather block (#3656) 2017-11-11 22:30:38 +01:00
AqlItemBlock.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
AqlItemBlockManager.cpp Streaming Query Cursor (#4769) 2018-03-08 09:18:41 +01:00
AqlItemBlockManager.h
AqlResult.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
AqlResult.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
AqlTransaction.cpp Feature/aql server based locking (#4783) 2018-03-20 16:52:19 +01:00
AqlTransaction.h Feature/aql server based locking (#4783) 2018-03-20 16:52:19 +01:00
AqlValue.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
AqlValue.h Bug fix/several optimizations (#4672) 2018-02-26 15:19:01 +01:00
AqlValueGroup.h added non-destructive DISTINCT (#3320) 2017-10-18 12:52:33 +02:00
Arithmetic.h
Ast.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
Ast.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
AstNode.cpp Bug fix/aql auto keep on collect (#4795) 2018-03-14 13:59:46 +01:00
AstNode.h Merge branch 'devel' of https://github.com/arangodb/arangodb into bug-fix/internal-issue-#345 2018-03-15 20:03:41 +03:00
AttributeAccessor.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
AttributeAccessor.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
BaseExpressionContext.cpp
BaseExpressionContext.h Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
BasicBlocks.cpp simplification of fullcount code (#5075) 2018-04-10 18:03:19 +02:00
BasicBlocks.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
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 Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
CalculationBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
ClusterBlocks.cpp Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
ClusterBlocks.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
ClusterNodes.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
ClusterNodes.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
CollectBlock.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
CollectBlock.h fix API after changes 2018-04-03 17:40:45 +02:00
CollectNode.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
CollectNode.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
CollectOptions.cpp Feature/optimize cluster collect (#4897) 2018-04-03 17:28:07 +02:00
CollectOptions.h Feature/optimize cluster collect (#4897) 2018-04-03 17:28:07 +02:00
Collection.cpp issue 344.6: remove some redundant functions (#4842) 2018-03-15 11:03:35 +01:00
Collection.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
Collections.cpp
Collections.h
Condition.cpp fixing various warnings (#5013) 2018-04-05 17:01:16 +02:00
Condition.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
ConditionFinder.cpp refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
ConditionFinder.h Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
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 fix undefined macro expansion (#5246) 2018-05-02 20:15:47 +03:00
EngineInfoContainerCoordinator.h forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00
EngineInfoContainerDBServer.cpp fix iresearch (#5243) 2018-05-02 16:05:27 +03:00
EngineInfoContainerDBServer.h Coordinator ArangoSearch view + Execution nodes + AgencyMock (#5160) 2018-05-02 00:15:11 +03:00
EnumerateCollectionBlock.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
EnumerateCollectionBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
EnumerateListBlock.cpp Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
EnumerateListBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
ExecutionBlock.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
ExecutionBlock.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
ExecutionEngine.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
ExecutionEngine.h forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00
ExecutionNode.cpp refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
ExecutionNode.h refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
ExecutionPlan.cpp refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
ExecutionPlan.h refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
ExecutionStats.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
ExecutionStats.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
Expression.cpp Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
Expression.h Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +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/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
Function.h Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
Functions.cpp S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
Functions.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
GraphNode.cpp Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
GraphNode.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
Graphs.cpp
Graphs.h Bug fix/remove most of aql js (#5223) 2018-04-30 11:17:11 +02:00
IndexBlock.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
IndexBlock.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
IndexNode.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
IndexNode.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
ModificationBlocks.cpp forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00
ModificationBlocks.h fix dump&restore of smart graphs (#5093) 2018-04-16 12:28:13 +02:00
ModificationNodes.cpp forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00
ModificationNodes.h forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Optimizer.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
OptimizerRule.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
OptimizerRules.cpp refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03:00
OptimizerRules.h S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
OptimizerRulesFeature.cpp S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
OptimizerRulesFeature.h Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
Parser.cpp slightly simplify query API (#4676) 2018-02-26 23:08:46 +01:00
Parser.h slightly simplify query API (#4676) 2018-02-26 23:08:46 +01: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 Feature/count plan nodes by type (#5225) 2018-04-30 12:52:32 +02:00
Query.h Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02: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
QueryCursor.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryCursor.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryExecutionState.cpp
QueryExecutionState.h
QueryList.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryList.h Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
QueryOptions.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryOptions.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryProfile.cpp AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryProfile.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryRegistry.cpp Feature/aql server based locking (#4783) 2018-03-20 16:52:19 +01:00
QueryRegistry.h Feature/aql server based locking (#4783) 2018-03-20 16:52:19 +01:00
QueryResources.cpp Speed up condition normalization (DNF conversion) (#4574) 2018-02-13 22:13:52 +01:00
QueryResources.h fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
QueryResult.h AQL Profiling code (#5165) 2018-04-24 16:17:30 +02:00
QueryResultV8.h cleanup QueryResultV8 a bit (#2990) 2017-08-10 09:40:06 +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 Bug fix/fix mac wincompile (#4798) 2018-03-09 15:08:28 +01:00
ResourceUsage.h use forwarding to build AqlValues in place (#3238) 2017-09-15 14:30:40 +02:00
RestAqlHandler.cpp Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
RestAqlHandler.h remove some unused AQL APIs (#5144) 2018-04-19 11:40:58 +02:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
ShortStringStorage.h fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
ShortestPathBlock.cpp Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
ShortestPathBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
ShortestPathNode.cpp Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
ShortestPathNode.h Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
SortBlock.cpp Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
SortBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
SortCondition.cpp Bug fix/carnival (#4562) 2018-02-12 09:01:57 +01:00
SortCondition.h Bug fix/carnival (#4562) 2018-02-12 09:01:57 +01:00
SortNode.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
SortNode.h Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
SubqueryBlock.cpp Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
SubqueryBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
TraversalBlock.cpp Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
TraversalBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
TraversalConditionFinder.cpp refactor execution node type enum to be less error prone 2018-05-08 16:23:56 +03: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 Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
TraversalNode.h Refactoring & code cleanup (#5138) (#5142) 2018-04-24 14:42:23 +02:00
V8Executor.cpp Bug fix/remove v8 executor (#4756) 2018-03-13 10:41:02 +01:00
V8Executor.h Bug fix/remove v8 executor (#4756) 2018-03-13 10:41:02 +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
VariableGenerator.h
WalkerWorker.h
grammar.cpp resolve actual type of the data source on parsing instead of specifying type in `AstNode` 2018-03-08 23:44:49 +03:00
grammar.h Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
grammar.hpp Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
grammar.y remove clutter from grammar file (#4931) 2018-03-23 08:51:55 +01:00
tokens.cpp Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
tokens.ll Bug fix/internal issue #342: allow to bind a view name (#4554) 2018-02-13 21:53:01 +01:00
types.h forward-port AQL optimizations from 3.3 (#5020) 2018-04-30 11:25:09 +02:00