HEBench
hebench_dataset_loader_functional_test.cpp File Reference
Include dependency graph for hebench_dataset_loader_functional_test.cpp:

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)
 

Function Documentation

◆ get_type_from_data()

std::uint8_t get_type_from_data ( std::string  data)

Definition at line 19 of file hebench_dataset_loader_functional_test.cpp.

◆ load_from_csv()

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.

◆ signal_error()

void signal_error ( const char *  msg,
bool  usage 
)

Definition at line 8 of file hebench_dataset_loader_functional_test.cpp.