#include <fstream>
#include "eckit/io/FileHandle.h"
#include "eckit/io/BufferedHandle.h"
#include "eckit/log/Number.h"
#include "eckit/log/Timer.h"
#include "eckit/exception/Exceptions.h"
#include "eckit/sql/SQLParser.h"
#include "eckit/sql/SQLSelectFactory.h"
#include "odc/api/Odb.h"
#include "odc/Comparator.h"
#include "odc/core/TablesReader.h"
#include "odc/data/DataHandleFactory.h"
#include "odc/DispatchingWriter.h"
#include "odc/ODBAPISettings.h"
#include "odc/odccapi.h"
#include "odc/Reader.h"
#include "odc/Select.h"
#include "odc/tools/CountTool.h"
#include "odc/tools/SplitTool.h"
#include "odc/tools/TestCase.h"
#include "odc/Writer.h"
Go to the source code of this file.
◆ llong
◆ ScratchFile
◆ copyVectorToArray()
static void copyVectorToArray |
( |
| ) |
|
|
static |
◆ count()
static void count |
( |
void * |
counter, |
|
|
const double * |
data, |
|
|
size_t |
n |
|
) |
| |
|
static |
◆ create_1to10()
static void create_1to10 |
( |
| ) |
|
|
static |
◆ create_counter()
static void* create_counter |
( |
| ) |
|
|
static |
◆ create_stringInWhere_file()
static void create_stringInWhere_file |
( |
| ) |
|
|
static |
◆ createDataForMixedAggregated()
static void createDataForMixedAggregated |
( |
| ) |
|
|
static |
◆ createDataForMixedAggregated2()
static void createDataForMixedAggregated2 |
( |
| ) |
|
|
static |
◆ createDataForMixedAggregated3()
static void createDataForMixedAggregated3 |
( |
| ) |
|
|
static |
◆ createDataForMixedAggregatedNULL()
static void createDataForMixedAggregatedNULL |
( |
| ) |
|
|
static |
◆ createDataForRegex1()
static void createDataForRegex1 |
( |
| ) |
|
|
static |
◆ createDataForWindSpeedWindDirection()
static void createDataForWindSpeedWindDirection |
( |
| ) |
|
|
static |
◆ destroy_counter()
static void destroy_counter |
( |
void * |
counter | ) |
|
|
static |
◆ FilePool1()
static void FilePool1 |
( |
| ) |
|
|
static |
◆ foobar()
◆ reduce_counter()
static void* reduce_counter |
( |
void * |
left, |
|
|
void * |
right |
|
) |
| |
|
static |
◆ regex1()
◆ SplitTool_chunks()
static void SplitTool_chunks |
( |
| ) |
|
|
static |
◆ TEST() [1/28]
TEST |
( |
bitfields_hash_operator |
| ) |
|
◆ TEST() [2/28]
◆ TEST() [3/28]
TEST |
( |
bitfieldsPrintHexadecimal |
| ) |
|
◆ TEST() [4/28]
TEST |
( |
CREATE_TABLE_and_SELECT_INTO |
| ) |
|
◆ TEST() [5/28]
TEST |
( |
hash_operator_in_where |
| ) |
|
Shift or hash (#) operator doesn't work in the WHERE clause. This test doesn't test anything yet.
Definition at line 592 of file UnitTests.cc.
◆ TEST() [6/28]
TEST |
( |
hash_operator_on_select_list |
| ) |
|
◆ TEST() [7/28]
◆ TEST() [8/28]
◆ TEST() [9/28]
◆ TEST() [10/28]
TEST |
( |
LegacyAPIExecuteSelectTwice |
| ) |
|
◆ TEST() [11/28]
TEST |
( |
LegacyAPITraverseReaderTwice |
| ) |
|
◆ TEST() [12/28]
◆ TEST() [13/28]
TEST |
( |
meta_data_reader_checks_if_file_truncated |
| ) |
|
◆ TEST() [14/28]
TEST |
( |
meta_data_reader_fails_scanning_corrupted_file |
| ) |
|
◆ TEST() [15/28]
◆ TEST() [16/28]
TEST |
( |
QuestionMarkHandlingWhenSplittingByStringColumn_ODB235 |
| ) |
|
◆ TEST() [17/28]
◆ TEST() [18/28]
TEST |
( |
select_constant_value |
| ) |
|
◆ TEST() [19/28]
◆ TEST() [20/28]
TEST |
( |
selectAggregatedAndNonAggregated |
| ) |
|
◆ TEST() [21/28]
TEST |
( |
selectAggregatedAndNonAggregated2 |
| ) |
|
◆ TEST() [22/28]
TEST |
( |
selectAggregatedAndNonAggregated3 |
| ) |
|
◆ TEST() [23/28]
TEST |
( |
selectAggregatedAndNonAggregatedNULL |
| ) |
|
◆ TEST() [24/28]
TEST |
( |
sqlOutputFormatting |
| ) |
|
◆ TEST() [25/28]
◆ TEST() [26/28]
◆ TEST() [27/28]
◆ TEST() [28/28]
TEST |
( |
windSpeedWindDirection |
| ) |
|
◆ test_isNewDataset()
template<typename T >
static void test_isNewDataset |
( |
| ) |
|
|
static |