CUBRID Engine  latest
load_common.cpp File Reference
#include "load_common.hpp"
#include "dbtype_def.h"
#include "error_code.h"
#include "intl_support.h"
#include <fstream>
Include dependency graph for load_common.cpp:

Go to the source code of this file.

Namespaces

 cubload
 

Functions

int cubload::handle_batch (batch_handler &handler, class_id clsid, std::string &batch_content, batch_id &batch_id, int64_t line_offset, int64_t &rows)
 
bool cubload::starts_with (const std::string &str, const std::string &prefix)
 
bool cubload::ends_with (const std::string &str, const std::string &suffix)
 
void cubload::rtrim (std::string &str)
 
int cubload::split (int batch_size, const std::string &object_file_name, class_handler &c_handler, batch_handler &b_handler)