1
0
Fork 0
arangodb/arangod/Aql
jsteemann 62145baa2a Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-01-31 15:54:39 +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 use block collector for IndexBlock 2017-01-31 12:16:53 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-31 13:55:55 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-30 12:53:10 +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
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 use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
BindParameters.cpp
BindParameters.h
BlockCollector.cpp use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
BlockCollector.h use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
CalculationBlock.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
CalculationBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ClusterBlocks.cpp use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
ClusterBlocks.h Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +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
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 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 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
CollectionScanner.cpp Renamed => getMoreMptr in OpCursor to getMoreTokens, Removed default Parameter 2017-01-25 10:46:37 +01:00
CollectionScanner.h Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision. 2017-01-24 18:19:25 +01:00
Collections.cpp factored out AccessMode from transaction.h 2017-01-25 11:57:21 +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 Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision. 2017-01-24 18:19:25 +01:00
EnumerateCollectionBlock.h Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision. 2017-01-24 18:19:25 +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 use general BlockCollector in all cases in which it is appropriate 2017-01-31 15:03:24 +01:00
ExecutionBlock.h use block collector for IndexBlock 2017-01-31 12:16:53 +01:00
ExecutionEngine.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-31 08:51:42 +01:00
ExecutionEngine.h
ExecutionNode.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
ExecutionNode.h Fixed a bug with sort optimization in indexes. Also adapted tests. 2017-01-23 09:45:22 +01:00
ExecutionPlan.cpp factored out AccessMode from transaction.h 2017-01-25 11:57:21 +01:00
ExecutionPlan.h Merge branch 'devel' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-30 16:07:50 +02:00
ExecutionStats.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
ExecutionStats.h
Executor.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +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 factored out TransactionState 2017-01-25 15:55:01 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-31 13:55:55 +01:00
IndexBlock.h Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-31 13:55:55 +01:00
IndexNode.cpp Add satellite collections 2016-12-06 16:40:50 +01:00
IndexNode.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
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 remove TRI_json_t remainders 2016-08-18 16:13:52 +02: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 renaming 2017-01-23 15:36:11 +01:00
Optimizer.h renaming 2017-01-23 15:36:11 +01:00
OptimizerRules.cpp renaming 2017-01-23 15:36:11 +01:00
OptimizerRules.h Squashed commit of the following: 2016-12-19 11:06:32 +01:00
Parser.cpp removed JsonHelper 2016-08-19 12:24:12 +02:00
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 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-01-30 12:53:10 +01:00
Query.h added startup option --query.memory-limit 2017-01-27 17:33:57 +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 Lower timeout in query registry to 10min from 1h. 2017-01-30 23:59:46 +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 Renamed => getMoreMptr in OpCursor to getMoreTokens, Removed default Parameter 2017-01-25 10:46:37 +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 remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
ShortestPathOptions.h remove TRI_json_t remainders 2016-08-18 16:13:52 +02:00
SortBlock.cpp Implement attributePath access for SortElementVector and in GatherBlock. 2017-01-18 15:32:59 +01:00
SortBlock.h make sort a bit more clever 2016-10-07 16:09:28 +02:00
SortCondition.cpp Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types 2016-08-25 11:08:39 +02: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 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 Squashed commit of the following: 2016-10-24 10:18:30 +02: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