.. |
AggregationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AggregationOptions.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AqlItemBlock.cpp
|
added specialized method setShaped()
|
2015-04-23 15:34:42 +02:00 |
AqlItemBlock.h
|
added specialized method setShaped()
|
2015-04-23 15:34:42 +02:00 |
AqlValue.cpp
|
slightly faster JSON hashing
|
2015-04-23 18:03:38 +02:00 |
AqlValue.h
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
Arithmetic.h
|
…
|
|
Ast.cpp
|
fixed error message
|
2015-04-22 14:16:52 +02:00 |
Ast.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
AstNode.cpp
|
removed lib/Basics/utf8-helper.cpp and merged with lib/Basics/Utf8Helper.cpp
|
2015-04-21 17:53:35 +02:00 |
AstNode.h
|
do not remove constant sorts when creating plans, but during optimization phase
|
2015-04-20 11:32:29 +02:00 |
AttributeAccessor.cpp
|
fixed VS compile issues
|
2015-04-24 10:35:10 +02:00 |
AttributeAccessor.h
|
specialized attribute accessor functions for internal attributes
|
2015-04-23 17:30:10 +02:00 |
BindParameters.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
BindParameters.h
|
…
|
|
Collection.cpp
|
attempt to satisfy scan-build a bit
|
2015-04-16 11:47:18 +02:00 |
Collection.h
|
…
|
|
CollectionScanner.cpp
|
…
|
|
CollectionScanner.h
|
fixed up some headers
|
2015-04-24 13:11:29 +02:00 |
Collections.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
|
2015-03-23 15:31:41 +01:00 |
ExecutionBlock.cpp
|
fixed compile warning with g++4.9.2
|
2015-04-24 12:48:50 +02:00 |
ExecutionBlock.h
|
do not remove constant sorts when creating plans, but during optimization phase
|
2015-04-20 11:32:29 +02:00 |
ExecutionEngine.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ExecutionEngine.h
|
…
|
|
ExecutionNode.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ExecutionNode.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ExecutionPlan.cpp
|
moved UNSET() and KEEP() to cxx implementation
|
2015-04-22 13:21:05 +02:00 |
ExecutionPlan.h
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ExecutionStats.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
ExecutionStats.h
|
…
|
|
Executor.cpp
|
fast path for MERGE()
|
2015-04-23 13:45:31 +02:00 |
Executor.h
|
slightly faster V8 => JSON conversion in AQL
|
2015-04-03 16:00:38 +02:00 |
Expression.cpp
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
Expression.h
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
Function.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
Function.h
|
…
|
|
Functions.cpp
|
fast path for MERGE()
|
2015-04-23 13:45:31 +02:00 |
Functions.h
|
fast path for MERGE()
|
2015-04-23 13:45:31 +02:00 |
Index.h
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
ModificationOptions.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
ModificationOptions.h
|
…
|
|
NodeFinder.cpp
|
…
|
|
NodeFinder.h
|
…
|
|
Optimizer.cpp
|
fixed collect in cluster
|
2015-04-16 21:10:48 +02:00 |
Optimizer.h
|
adjusted some tests
|
2015-04-15 23:45:07 +02:00 |
OptimizerRules.cpp
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
OptimizerRules.h
|
initial commit
|
2015-04-15 19:04:21 +02:00 |
Parser.cpp
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
Parser.h
|
small cleanup
|
2015-03-25 12:42:44 +01:00 |
Query.cpp
|
show type of collect method in explain
|
2015-04-16 16:29:36 +02:00 |
Query.h
|
refactored cursor API
|
2015-03-30 14:58:51 +02:00 |
QueryList.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
QueryList.h
|
…
|
|
QueryRegistry.cpp
|
…
|
|
QueryRegistry.h
|
…
|
|
QueryResult.h
|
…
|
|
QueryResultV8.h
|
…
|
|
Range.cpp
|
…
|
|
Range.h
|
…
|
|
RangeInfo.cpp
|
small logging refactoring
|
2015-03-26 03:09:07 +01:00 |
RangeInfo.h
|
less copying of RangeInfoBounds
|
2015-03-31 14:53:14 +02:00 |
RestAqlHandler.cpp
|
new HttpServer & HttpCommTask
|
2015-03-31 09:12:01 +02:00 |
RestAqlHandler.h
|
cleanup of some static const variables
|
2015-03-30 21:43:55 +02:00 |
Scopes.cpp
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
Scopes.h
|
…
|
|
V8Expression.cpp
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
V8Expression.h
|
better encapsulation of AqlItemBlock's values
|
2015-04-23 13:45:49 +02:00 |
Variable.cpp
|
…
|
|
Variable.h
|
…
|
|
VariableGenerator.cpp
|
increment _id in call to nextName()
|
2015-04-22 14:17:45 +02:00 |
VariableGenerator.h
|
increment _id in call to nextName()
|
2015-04-22 14:17:45 +02:00 |
WalkerWorker.h
|
…
|
|
grammar.cpp
|
Check in grammar files.
|
2015-04-25 21:46:23 -07:00 |
grammar.h
|
Check in grammar files.
|
2015-04-25 21:46:23 -07:00 |
grammar.y
|
allow overriding COLLECT method
|
2015-04-21 14:45:22 +02:00 |
tokens.cpp
|
simplification for comments parsing
|
2015-04-22 14:17:18 +02:00 |
tokens.ll
|
simplification for comments parsing
|
2015-04-22 14:17:18 +02:00 |
types.h
|
…
|
|