1
0
Fork 0
arangodb/arangod/Aql
jsteemann 0828abbb5c query less documents 2016-05-13 14:26:34 +02:00
..
Aggregator.cpp
Aggregator.h
AqlItemBlock.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
AqlItemBlock.h
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
AqlValue.h added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
Arithmetic.h
Ast.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
Ast.h added operator LIKE 2016-04-20 23:05:38 +02:00
AstNode.cpp fixed assertion failure 2016-05-12 14:41:33 +02:00
AstNode.h fixes for MSVC 2016-05-10 19:01:21 +02:00
AttributeAccessor.cpp quicker access to _id 2016-05-06 12:12:12 +02:00
AttributeAccessor.h quicker access to _id 2016-05-06 12:12:12 +02:00
BasicBlocks.cpp optimizations, bugfixes 2016-05-04 01:50:28 +02:00
BasicBlocks.h
BindParameters.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
BindParameters.h
CalculationBlock.cpp fixed crash 2016-05-06 13:59:24 +02:00
CalculationBlock.h
ClusterBlocks.cpp use StaticStrings 2016-05-10 17:01:34 +02:00
ClusterBlocks.h
ClusterNodes.cpp
ClusterNodes.h
CollectBlock.cpp bugfixes 2016-05-04 16:10:04 +02:00
CollectBlock.h
CollectNode.cpp
CollectNode.h
CollectOptions.cpp
CollectOptions.h
Collection.cpp use StaticStrings 2016-05-10 17:01:34 +02:00
Collection.h
CollectionScanner.cpp
CollectionScanner.h
Collections.cpp
Collections.h
Condition.cpp added operator LIKE 2016-04-20 23:05:38 +02:00
Condition.h
ConditionFinder.cpp
ConditionFinder.h
EnumerateCollectionBlock.cpp query less documents 2016-05-13 14:26:34 +02:00
EnumerateCollectionBlock.h query less documents 2016-05-13 14:26:34 +02:00
EnumerateListBlock.cpp fixed crash 2016-05-06 13:44:33 +02:00
EnumerateListBlock.h
ExecutionBlock.cpp optimizations, bugfixes 2016-05-04 01:50:28 +02:00
ExecutionBlock.h optimizations, bugfixes 2016-05-04 01:50:28 +02:00
ExecutionEngine.cpp use std::unordered_maps for headers 2016-05-01 20:52:47 +02:00
ExecutionEngine.h
ExecutionNode.cpp
ExecutionNode.h
ExecutionPlan.cpp
ExecutionPlan.h
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
Executor.h added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
Expression.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
Expression.h
Function.cpp cppcheck 2016-05-10 20:13:55 +02:00
Function.h
Functions.cpp added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
Functions.h added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
Graphs.cpp The c++ graph modul can now work with externals 2016-04-28 15:05:33 +02:00
Graphs.h
IndexBlock.cpp Replaced a shared_ptr by a unique_ptr as it was actually never shared. 2016-05-13 12:54:07 +02:00
IndexBlock.h Replaced a shared_ptr by a unique_ptr as it was actually never shared. 2016-05-13 12:54:07 +02:00
IndexNode.cpp
IndexNode.h
ModificationBlocks.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
ModificationBlocks.h UPSERT Block now forbids storing a key if the collection is not sharded by it. 2016-05-03 14:23:42 +02:00
ModificationNodes.cpp
ModificationNodes.h AQL bugfixes and tests, CHANGELOG updates 2016-04-17 20:57:13 +02:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp remove unused functions 2016-05-01 23:14:57 +02:00
Optimizer.h remove unused functions 2016-05-01 23:14:57 +02:00
OptimizerRules.cpp use StaticStrings 2016-05-10 17:01:34 +02:00
OptimizerRules.h remove unused functions 2016-05-01 23:14:57 +02:00
Parser.cpp fixed issue #1805 2016-04-18 15:09:42 +02:00
Parser.h
Quantifier.cpp
Quantifier.h
Query.cpp micro optimizations 2016-05-11 21:02:20 +02:00
Query.h fixed crashes 2016-05-04 12:38:44 +02:00
QueryCache.cpp fixed undefined behavior 2016-04-29 16:25:17 +02:00
QueryCache.h
QueryList.cpp notify queries about shutdown 2016-05-06 10:20:00 +02:00
QueryList.h notify queries about shutdown 2016-05-06 10:20:00 +02:00
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads 2016-04-19 14:32:23 +02:00
QueryResultV8.h
Range.cpp speed up IN lookups on ranges 2016-04-17 21:09:36 +02:00
Range.h speed up IN lookups on ranges 2016-04-17 21:09:36 +02:00
RestAqlHandler.cpp handle "Connection" and "Content-Type" headers separately 2016-05-10 15:24:55 +02:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
SortBlock.cpp optimizations, bugfixes 2016-05-04 01:50:28 +02:00
SortBlock.h
SortCondition.cpp
SortCondition.h
SortNode.cpp Add const_cast 2016-05-09 14:17:29 +02:00
SortNode.h
SubqueryBlock.cpp optimizations, bugfixes 2016-05-04 01:50:28 +02:00
SubqueryBlock.h
TraversalBlock.cpp optimizations, bugfixes 2016-05-04 01:50:28 +02:00
TraversalBlock.h
TraversalConditionFinder.cpp
TraversalConditionFinder.h
TraversalNode.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
TraversalNode.h AQL bugfixes and tests, CHANGELOG updates 2016-04-17 20:57:13 +02:00
V8Expression.cpp optimizations 2016-05-11 22:16:15 +02:00
V8Expression.h optimizations 2016-05-11 22:16:15 +02:00
Variable.cpp
Variable.h
VariableGenerator.cpp fixes for MSVC 2016-05-10 19:01:21 +02:00
VariableGenerator.h
WalkerWorker.h
grammar.cpp added operator LIKE 2016-04-20 23:05:38 +02:00
grammar.h added operator LIKE 2016-04-20 23:05:38 +02:00
grammar.y added operator LIKE 2016-04-20 23:05:38 +02:00
tokens.cpp added operator LIKE 2016-04-20 23:05:38 +02:00
tokens.ll added operator LIKE 2016-04-20 23:05:38 +02:00
types.h