1
0
Fork 0
arangodb/tests/Aql
Michael Hackstein d83e3acfc9 Final modification of ShadowRows in FilterExecutor. All but profiling tests pass. This needs some discussion about overfetching of data, and propagation of hardLimit 2019-12-02 17:02:26 +01:00
..
AllRowsFetcherTest.cpp Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
AqlHelper.cpp make the comparison functions unambiguous (#9349) 2019-07-01 16:35:28 +02:00
AqlHelper.h Feature/limit executor passthrough (#9162) 2019-06-18 17:33:58 +02:00
AqlItemBlockHelper.h Feature/subquery end node executor (#10087) 2019-09-30 15:24:13 +02:00
AqlItemBlockInputRangeTest.cpp Final modification of ShadowRows in FilterExecutor. All but profiling tests pass. This needs some discussion about overfetching of data, and propagation of hardLimit 2019-12-02 17:02:26 +01:00
AqlItemBlockTest.cpp Bug fix/input row serialization (#10502) 2019-11-22 08:08:53 +01:00
AqlItemRowPrinter.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
AqlItemRowPrinter.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
AqlItemRowTest.cpp Feature/aql subquery splicing with gather (#10341) 2019-11-18 19:05:44 +01:00
AqlShadowRowTest.cpp Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
CalculationExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
CountCollectExecutorTest.cpp Revert "added first implementation of count collect datarange produceRows function + test" 2019-10-28 18:25:48 +01:00
DATE_COMPARE.testcases Move AQL Date Functions => CPP 2018-03-22 15:22:24 +01:00
DATE_SUBTRACT.testcases Move AQL Date Functions => CPP 2018-03-22 15:22:24 +01:00
DateFunctionsTest.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
DependencyProxyMock.cpp Merge branch 'feature/AqlSubqueryOperationsStack' of ssh://github.com/arangodb/ArangoDB into feature/AqlSubqueryExecutionBlockImplExecuteImplementation 2019-11-28 12:51:27 +01:00
DependencyProxyMock.h single row fetcher, execute + tests 2019-11-20 11:17:24 +01:00
DistinctCollectExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
EngineInfoContainerCoordinatorTest.cpp Missing post failure on readlock in SynchronizeShard (#7860) 2019-11-26 17:46:26 +01:00
EnumerateCollectionExecutorTest.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
EnumerateListExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
ExecutionBlockImplTest.cpp Splicing gather cleanup (#10479) 2019-11-21 13:00:31 +01:00
ExecutionBlockImplTestInstances.cpp Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
ExecutionNodeTest.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ExecutorTestHelper.cpp Bug fix/wintendo compile sequence (#9295) 2019-06-19 12:00:48 +02:00
ExecutorTestHelper.h Feature/limit executor passthrough (#9162) 2019-06-18 17:33:58 +02:00
FetcherTestHelper.h Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
FilterExecutorTest.cpp Add a member DataRange to ExecutionBlockImpl. Also now all Fetcher expose a DataRange, this might not be the correct one every where 2019-10-25 09:26:27 +02:00
HashedCollectExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
IS_DATESTRING.testcases Move AQL Date Functions => CPP 2018-03-22 15:22:24 +01:00
IdExecutorTest.cpp Splicing gather cleanup (#10479) 2019-11-21 13:00:31 +01:00
IndexNodeTest.cpp Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
InsertExecutorTest.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
LimitExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
MultiDepFetcherHelper.cpp Feature/aql subquery splicing with gather (#10341) 2019-11-18 19:05:44 +01:00
MultiDepFetcherHelper.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
MultiDependencySingleRowFetcherTest.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
NoResultsExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
QueryHelper.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
QueryHelper.h Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
RemoveExecutorTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
ReplaceExecutorTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
ReturnExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
RowFetcherHelper.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
RowFetcherHelper.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ShortestPathExecutorTest.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
SingleRowFetcherTest.cpp Fixed SingleRowFetcherTest. Also an AqlItemBlockInputRange can now handle ShadowRows properly 2019-11-27 11:57:31 +01:00
SortExecutorTest.cpp Splicing gather cleanup (#10479) 2019-11-21 13:00:31 +01:00
SortLimit-test.cpp Improved human readable output of SortLimit test, while validating the result 2019-11-27 15:37:15 +01:00
SortedCollectExecutorTest.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
SpliceSubqueryOptimizerRuleTest.cpp Removed debug profile execution of a query 2019-11-27 15:37:32 +01:00
SubqueryEndExecutorTest.cpp Fix bug in SubqueryEndExecutor (#10485) 2019-11-20 17:03:28 +01:00
SubqueryStartExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
TestEmptyExecutorHelper.cpp Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
TestEmptyExecutorHelper.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
TestExecutorHelper.cpp Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
TestExecutorHelper.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
TraversalExecutorTest.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
UpdateExecutorTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
UpsertExecutorTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
VelocyPackHelper.cpp Bug fix/wintendo compile sequence (#9295) 2019-06-19 12:00:48 +02:00
VelocyPackHelper.h Feature/limit executor passthrough (#9162) 2019-06-18 17:33:58 +02:00
WaitingExecutionBlockMock.cpp Merge branch 'devel' of ssh://github.com/arangodb/ArangoDB into feature/AqlSubqueryOperationsStack 2019-11-28 12:33:38 +01:00
WaitingExecutionBlockMock.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00