1
0
Fork 0
arangodb/tests/Aql
Markus Pfeiffer fc634a2fa0 Replace template <bool blockPassthrough> (#10127)
* Replace template <bool blockPassthrough>

by template <BlockPassthrough blockPassthrough> where BlockPassthrough is an
enum class.

This is mainly for better readability and for some type safety.

* Fixup some implicit conversions to bool
2019-10-02 09:47:09 +02:00
..
AllRowsFetcherTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +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 De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlItemRowTest.cpp Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
AqlShadowRowTest.cpp Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
CalculationExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
CountCollectExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02: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 De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
DependencyProxyMock.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
DependencyProxyMock.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
DistinctCollectExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
EngineInfoContainerCoordinatorTest.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
EnumerateCollectionExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
EnumerateListExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ExecutionBlockImplTest.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ExecutionBlockImplTestInstances.cpp Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
ExecutionNodeTest.cpp Subquery Start/End Nodes (#9983) 2019-09-25 12:35:18 +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
FilterExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
HashedCollectExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
IS_DATESTRING.testcases Move AQL Date Functions => CPP 2018-03-22 15:22:24 +01:00
IdExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
LimitExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
MultiDependencySingleRowFetcherTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
NoResultsExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ReturnExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +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 Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SingleRowFetcherTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SortExecutorTest.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
SortLimit-test.cpp Add log suppressor utility classes for cleaner test code. (#10088) 2019-09-27 12:57:38 +02:00
SortedCollectExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SpliceSubqueryOptimizerRuleTest.cpp Subquery Start/End Nodes (#9983) 2019-09-25 12:35:18 +02:00
SubqueryEndExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SubqueryStartExecutorTest.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +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 Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02: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 Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
WaitingExecutionBlockMock.h Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00