1
0
Fork 0
arangodb/arangod/Aql
jsteemann 1e78acad49 fix size_t vs uint64_t confusion 2017-02-10 23:43:47 +01:00
..
Aggregator.cpp
Aggregator.h
AqlFunctionFeature.cpp Add AQLFeature. 2017-02-09 11:57:51 +01:00
AqlFunctionFeature.h Moved FunctionDefinitions to an AqlFunctionFeature. This now has a defined startup ordering 2017-02-08 15:45:59 +01:00
AqlItemBlock.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
AqlItemBlock.h reuse more AqlItemBlocks 2017-02-08 00:59:06 +01: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
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 reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
BasicBlocks.h micro optimizations 2017-02-03 16:51:41 +01:00
BindParameters.cpp
BindParameters.h
BlockCollector.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
BlockCollector.h reuse more AqlItemBlocks 2017-02-08 00:59:06 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-02-08 00:59:16 +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 reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
CollectBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
CollectNode.cpp
CollectNode.h
CollectOptions.cpp fixed some issues detected by coverity build tool 2016-12-12 15:41:54 +01:00
CollectOptions.h
Collection.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
Collection.h reuse more AqlItemBlocks 2017-02-08 00:59:06 +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 reuse more AqlItemBlocks 2017-02-08 00:59:06 +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 centralize access to AqlItemBlocks memory management 2017-02-06 23:33:43 +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 reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
ExecutionBlock.h remove logging for non-topics 2017-02-10 09:32:50 +01:00
ExecutionEngine.cpp remove logging for non-topics 2017-02-10 09:32:50 +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 simplify optimizer API a bit 2017-02-06 15:43:49 +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 remove logging for non-topics 2017-02-10 09:32:50 +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
FixedVarExpressionContext.h
Function.cpp
Function.h
Functions.cpp Moved Fulltext and geo functions into MMFiles StorageEngine and allowed the engines to register specific functions. 2017-02-06 17:44:17 +01:00
Functions.h Moved Fulltext and geo functions into MMFiles StorageEngine and allowed the engines to register specific functions. 2017-02-06 17:44:17 +01:00
Graphs.cpp Moved a generic Aql Edge Condition builder out of the TraversalNode. It shall be used for all edge queries on other places. 2017-02-09 10:35:41 +01:00
Graphs.h Moved a generic Aql Edge Condition builder out of the TraversalNode. It shall be used for all edge queries on other places. 2017-02-09 10:35:41 +01:00
IndexBlock.cpp reuse more AqlItemBlocks 2017-02-08 00:59: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 centralize access to AqlItemBlocks memory management 2017-02-06 23:33:43 +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
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp simplify optimizer API a bit 2017-02-06 15:43:49 +01:00
Optimizer.h replace expensive std::deques with much simpler RollingVectors 2017-02-06 23:23:18 +01:00
OptimizerRules.cpp reuse more AqlItemBlocks 2017-02-08 00:59:06 +01:00
OptimizerRules.h simplify optimizer API a bit 2017-02-06 15:43:49 +01:00
Parser.cpp
Parser.h
Quantifier.cpp
Quantifier.h
Query.cpp Add AQLFeature. 2017-02-09 11:57:51 +01:00
Query.h use std::unique_ptr 2017-02-06 23:24:00 +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 remove logging for non-topics 2017-02-10 09:32:50 +01:00
QueryList.h
QueryRegistry.cpp remove logging for non-topics 2017-02-10 09:32:50 +01:00
QueryRegistry.h Kill queries in registry at shutdown. 2017-02-09 16:54:13 +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 remove logging for non-topics 2017-02-10 09:32:50 +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 Merge branch 'reuse-itemblocks' of https://github.com/arangodb/arangodb into engine-api 2017-02-07 20:25:48 +01:00
ShortestPathBlock.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
ShortestPathNode.cpp
ShortestPathNode.h
ShortestPathOptions.cpp
ShortestPathOptions.h
SortBlock.cpp centralize access to AqlItemBlocks memory management 2017-02-06 23:33:43 +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 logging for non-topics 2017-02-10 09:32:50 +01:00
TraversalBlock.h micro optimizations 2017-02-03 16:51:41 +01:00
TraversalConditionFinder.cpp fix size_t vs uint64_t confusion 2017-02-10 23:43:47 +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 fix size_t vs uint64_t confusion 2017-02-10 23:43:47 +01:00
TraversalNode.h fix size_t vs uint64_t confusion 2017-02-10 23:43:47 +01:00
V8Expression.cpp
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