1
0
Fork 0
arangodb/arangod/Aql
jsteemann ab11410911 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 13:05:11 +01:00
..
Aggregator.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
Aggregator.h Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
AqlItemBlock.cpp fix negative value handling 2017-02-02 10:17:21 +01:00
AqlItemBlock.h use block collector for IndexBlock 2017-01-31 12:16:53 +01:00
AqlItemBlockManager.cpp added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
AqlItemBlockManager.h fixed compile warnings 2016-12-06 14:34:14 +01:00
AqlValue.cpp fixed windows compile errors 2017-01-10 14:10:14 +01:00
AqlValue.h improve error messages if FOR doesn't find proper values to work with 2017-01-10 13:17:04 +01:00
Arithmetic.h
Ast.cpp fix MSVC compile warnings 2017-01-31 17:02:17 +01:00
Ast.h Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-30 12:53:10 +01:00
AstNode.cpp factored out TransactionState 2017-01-25 15:55:01 +01:00
AstNode.h make geo index work with nested attributes 2017-02-03 13:07:20 +01:00
AttributeAccessor.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
AttributeAccessor.h Squashed commit of the following: 2016-10-24 10:18:30 +02: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 use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
BasicBlocks.h micro optimizations 2017-02-03 16:51:41 +01:00
BindParameters.cpp
BindParameters.h
BlockCollector.cpp use SmallVector optimization 2017-02-01 16:51:35 +01:00
BlockCollector.h use SmallVector optimization 2017-02-01 16:51:35 +01:00
CalculationBlock.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
CalculationBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
ClusterBlocks.cpp fix sorting issue in cluster 2017-02-06 09:44:33 +01:00
ClusterBlocks.h fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
ClusterNodes.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
ClusterNodes.h Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
CollectBlock.cpp added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
CollectBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
CollectNode.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
CollectNode.h
CollectOptions.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
CollectOptions.h
Collection.cpp Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-01-25 16:30:33 +01:00
Collection.h Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api 2017-01-25 16:30:33 +01:00
Collections.cpp fix MSVC compile warnings 2017-01-31 17:02:17 +01:00
Collections.h factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
Condition.cpp factored out TransactionState 2017-01-25 15:55:01 +01:00
Condition.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ConditionFinder.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
ConditionFinder.h
EnumerateCollectionBlock.cpp EnumerateCollectionBlock now uses callback to directly write indexoutput into AQLItemblock. 2017-02-02 14:41:33 +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 improve error messages if FOR doesn't find proper values to work with 2017-01-10 13:17:04 +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 fix compile warnings in MSVC 2017-01-31 16:47:22 +01:00
ExecutionBlock.h use block collector for IndexBlock 2017-01-31 12:16:53 +01:00
ExecutionEngine.cpp fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
ExecutionEngine.h
ExecutionNode.cpp micro optimizations 2017-02-03 16:51:41 +01:00
ExecutionNode.h micro optimizations 2017-02-03 16:51:41 +01:00
ExecutionPlan.cpp fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
ExecutionPlan.h fix cluster AQL statistics 2017-02-03 11:47:36 +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 use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
Executor.h
Expression.cpp fix static_assert in MSVC 2017-01-31 17:35:31 +01:00
Expression.h some more optimizations for arithmetic calculations 2017-01-06 11:01:16 +01:00
ExpressionContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
FixedVarExpressionContext.cpp Added an option to serialize Variables in TraverserOptions. 2016-10-10 14:38:55 +02:00
FixedVarExpressionContext.h Added an option to serialize Variables in TraverserOptions. 2016-10-10 14:38:55 +02:00
Function.cpp
Function.h
FunctionDefinitions.cpp added experimental `REGEX_REPLACE` AQL function 2016-11-03 00:40:19 +01:00
FunctionDefinitions.h
Functions.cpp Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api 2017-01-25 13:20:24 +01:00
Functions.h micro optimizations 2016-12-27 13:44:19 +01:00
Graphs.cpp Finding graphs by name now resolve externals one step earlier. 2016-09-15 10:04:36 +02:00
Graphs.h The TraversalNode in AQL now can enhance the TraverserEngine information. 2016-09-13 14:43:25 +02:00
IndexBlock.cpp Fixed minor bugs in usage of callback-based index-api. Remove unused old next and nextBabies index iterator functions. 2017-02-03 13:22:06 +01:00
IndexBlock.h Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-06 13:05:11 +01:00
IndexNode.cpp Add satellite collections 2016-12-06 16:40:50 +01:00
IndexNode.h
ModificationBlocks.cpp moved transaction collections into their own files 2017-01-26 16:51:57 +01:00
ModificationBlocks.h Fixed babies and errors in AQL Modification cluster blocks. 2016-10-20 18:13:11 +02:00
ModificationNodes.cpp
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 renaming 2017-01-23 15:36:11 +01:00
Optimizer.h renaming 2017-01-23 15:36:11 +01:00
OptimizerRules.cpp make geo index work with nested attributes 2017-02-03 13:07:20 +01:00
OptimizerRules.h Squashed commit of the following: 2016-12-19 11:06:32 +01:00
Parser.cpp
Parser.h
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 fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
Query.h fix cluster AQL statistics 2017-02-03 11:47:36 +01:00
QueryCache.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
QueryCache.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryList.cpp
QueryList.h
QueryRegistry.cpp Squashed commit of the following: 2016-10-24 10:18:30 +02:00
QueryRegistry.h Lower timeout in query registry to 10min from 1h. 2017-01-30 23:59:46 +01:00
QueryResources.cpp speed up memory management 2017-01-02 13:39:27 +01:00
QueryResources.h fixed compile warnings 2016-12-06 14:34:14 +01:00
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
ResourceUsage.h added optional memory limit for AQL queries 2016-12-06 13:23:41 +01:00
RestAqlHandler.cpp fix cluster AQL statistics 2017-02-03 11:47:36 +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 Updated ShortestPathBlock to use the new callback based IndexApi 2017-02-02 15:51:54 +01:00
ShortestPathBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ShortestPathNode.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02: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
ShortestPathOptions.h
SortBlock.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
SortBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
SortCondition.cpp
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 Put tracing of AQL queries in. 2016-10-19 11:36:29 +02:00
SubqueryBlock.h
TraversalBlock.cpp remove revisions cache 2017-01-24 10:48:07 +01:00
TraversalBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
TraversalConditionFinder.cpp Added more tests for traversal optimization. Fixed an crash-error when optimizing . 2017-01-31 15:30:59 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-01-31 15:54:39 +01:00
TraversalNode.h Fixed wording in comment. 2016-12-01 10:36:59 +01:00
V8Expression.cpp Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types 2016-09-06 09:33:23 +02:00
V8Expression.h
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp factored out AccessMode from transaction.h 2017-01-25 11:57:21 +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
types.h