1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann 2fe79a65a4 speed up AQL queries with V8 expressions 2014-11-05 16:59:57 +01:00
..
AqlItemBlock.cpp Fix deserialisation of AqlItemBlocks (ranges). 2014-10-29 15:41:21 +01:00
AqlItemBlock.h sort and cache list expression values 2014-10-29 01:02:20 +01:00
AqlValue.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
AqlValue.h a bit less copying 2014-10-28 18:10:23 +01:00
Arithmetic.h
Ast.cpp fixed cloning of AST nodes 2014-11-01 21:54:02 +01:00
Ast.h
AstNode.cpp removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
AstNode.h removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
BindParameters.cpp Get rid of some TODOs and FIXMEs. 2014-10-29 11:25:30 +01:00
BindParameters.h
Collection.cpp
Collection.h sort and cache list expression values 2014-10-29 01:02:20 +01:00
Collections.h
ExecutionBlock.cpp By Kasper: Fix possible uninitializen variable access. 2014-11-04 10:42:51 +01:00
ExecutionBlock.h re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionEngine.cpp fix double free issue 2014-11-01 02:20:13 +01:00
ExecutionEngine.h Remove Explain of cluster snippets 2014-10-27 16:10:13 +01:00
ExecutionNode.cpp removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
ExecutionNode.h removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
ExecutionPlan.cpp re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionPlan.h re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionStats.cpp re-added support for fullCount 2014-11-01 15:20:05 +01:00
ExecutionStats.h re-added support for fullCount 2014-11-01 15:20:05 +01:00
Executor.cpp speed up AQL queries with V8 expressions 2014-11-05 16:59:57 +01:00
Executor.h report warnings in queries 2014-10-30 17:33:15 +01:00
Expression.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
Expression.h use more precomputed values in expressions 2014-10-29 21:41:00 +01:00
Function.cpp determine whether calculations may run on a DB server 2014-10-27 12:04:06 +01:00
Function.h determine whether calculations may run on a DB server 2014-10-27 12:04:06 +01:00
Functions.cpp a bit less copying 2014-10-28 18:10:23 +01:00
Functions.h
Index.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h fixed some API errors 2014-10-28 11:30:49 +01:00
Optimizer.cpp cleaning up 2014-11-03 10:42:16 +00:00
Optimizer.h cleaning up 2014-11-03 10:42:16 +00:00
OptimizerRules.cpp removed canThrow tag for various built-in functions 2014-11-05 14:40:00 +01:00
OptimizerRules.h first try at replace-OR-with-IN optimizer rule. 2014-11-01 14:30:18 +00:00
Parser.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
Parser.h report warnings in queries 2014-10-30 17:33:15 +01:00
Query.cpp Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
Query.h Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
QueryRegistry.cpp sort and cache list expression values 2014-10-29 01:02:20 +01:00
QueryRegistry.h
QueryResult.h Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
QueryResultV8.h Directly route results to v8-objects instead of going via a json object when calling AQL from a V8 context 2014-11-05 10:56:10 +01:00
Range.cpp
Range.h
RangeInfo.cpp sort and cache list expression values 2014-10-29 01:02:20 +01:00
RangeInfo.h sort and cache list expression values 2014-10-29 01:02:20 +01:00
RestAqlHandler.cpp pass query warnings around in cluster 2014-11-01 16:36:58 +01:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
V8Expression.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
V8Expression.h report warnings in queries 2014-10-30 17:33:15 +01:00
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h Remove enterSubQueryFirst. 2014-10-29 11:37:06 +01:00
grammar.cpp report warnings in queries 2014-10-30 17:33:15 +01:00
grammar.h
grammar.y report warnings in queries 2014-10-30 17:33:15 +01:00
tokens.cpp
tokens.ll
types.h