1
0
Fork 0
arangodb/tests/Aql
hkernbach 80d76b8ea0 added produceRows inputrange tests 2019-11-08 15:56:02 +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
AqlItemBlockTest.cpp Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
DependencyProxyMock.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
DistinctCollectExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
EngineInfoContainerCoordinatorTest.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02: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 improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
ExecutionBlockImplTestInstances.cpp Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
ExecutionNodeTest.cpp Feature/explain spliced subqueries (#10298) 2019-10-22 15:38:33 +02: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 improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
InsertExecutorTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
LimitExecutorTest.cpp improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
MultiDepFetcherHelper.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
MultiDepFetcherHelper.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
MultiDependencySingleRowFetcherTest.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02: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 Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
SortExecutorTest.cpp Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
SortLimit-test.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
SortedCollectExecutorTest.cpp added produceRows inputrange tests 2019-11-08 15:56:02 +01:00
SpliceSubqueryOptimizerRuleTest.cpp Feature/aql modificators cpp test (#10290) 2019-10-28 15:42:35 +01:00
SubqueryEndExecutorTest.cpp Add a way to avoid core-dumps on death tests (#10132) 2019-10-07 10:59:21 +02: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 Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
WaitingExecutionBlockMock.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00