HEBench
|
#include "hebench_dataset_loader_functional_test.h"
Go to the source code of this file.
Functions | |
void | signal_error (const char *msg, bool usage) |
std::uint8_t | get_type_from_data (std::string data) |
void | load_from_csv (std::string data, std::filesystem::path file_path, std::uint64_t max_loaded_size) |
std::uint8_t get_type_from_data | ( | std::string | data | ) |
Definition at line 19 of file hebench_dataset_loader_functional_test.cpp.
void load_from_csv | ( | std::string | data, |
std::filesystem::path | file_path, | ||
std::uint64_t | max_loaded_size | ||
) |
Definition at line 32 of file hebench_dataset_loader_functional_test.cpp.
void signal_error | ( | const char * | msg, |
bool | usage | ||
) |
Definition at line 8 of file hebench_dataset_loader_functional_test.cpp.