Namespaces |
namespace | CoGaDB |
| The global namespace of the programming tasks, to avoid name claches with other libraries.
|
namespace | CoGaDB::unit_tests |
Defines |
#define | __MXX__ |
#define | COGADB_SIMD_SCAN_INT_OPTIMIZED(array, array_size, result_array, comparison_value, SIMD_COMPARISON_FUNCTION, COMPARISON_OPERATOR, result_size) |
Typedefs |
typedef bool(* | CoGaDB::unit_tests::UnittestFunctionPtr )() |
Functions |
bool | CoGaDB::unit_tests::executeUnitTests () |
bool | CoGaDB::unit_tests::joinTestOld () |
bool | CoGaDB::unit_tests::fillTableTest () |
bool | CoGaDB::unit_tests::warmupGPU () |
bool | CoGaDB::unit_tests::validateJoinResult (TablePtr tab, int size, int type) |
pair< pair< TablePtr, TablePtr >
, pair< TablePtr, TablePtr > > | CoGaDB::unit_tests::createJoinTestcase (int NUM_primary, int NUM_foreign) |
bool | CoGaDB::unit_tests::executeJoinTest (int testcaseNum, int primaryCount, int foreignCount) |
bool | CoGaDB::unit_tests::GPU_ExperimentjoinTest () |
bool | CoGaDB::unit_tests::updateTuplesTest () |
bool | CoGaDB::unit_tests::basicOperationTest () |
bool | CoGaDB::unit_tests::selectionTest () |
bool | CoGaDB::unit_tests::joinTest () |
bool | CoGaDB::unit_tests::JoinPerformanceTest () |
bool | CoGaDB::unit_tests::crossjoinTest () |
bool | CoGaDB::unit_tests::complexSelectionTest () |
bool | CoGaDB::unit_tests::ColumnComputationTest () |
bool | CoGaDB::unit_tests::GPUColumnComputationTest () |
bool | CoGaDB::unit_tests::addConstantColumnTest () |
bool | CoGaDB::unit_tests::basicQueryTest () |
bool | CoGaDB::unit_tests::basicGPUacceleratedQueryTest () |
bool | CoGaDB::unit_tests::TableBasedColumnConstantOperatorTest () |
bool | CoGaDB::unit_tests::ComplexSortTest () |
bool | CoGaDB::unit_tests::ColumnorientedQueryPlanTest () |
bool | CoGaDB::unit_tests::test () |
bool | CoGaDB::unit_tests::SIMD_selection () |
bool | CoGaDB::unit_tests::memory_benchmark () |
Variables |
const bool | CoGaDB::unit_tests::unittest_debug = false |