Column Store
Namespaces | Functions
CSVDataGenerator.cpp File Reference

Data Generator for CSV files. More...

#include "CSVDataGenerator.h"
Include dependency graph for CSVDataGenerator.cpp:

Namespaces

 CSV
 CSV Data Source generator.
 

Functions

std::string trim (const std::string &str, const std::string &whitespace=" \t\r\n")
 Helper function to trim trailing whitespace. More...
 

Detailed Description

Data Generator for CSV files.

Function Documentation

◆ trim()

std::string trim ( const std::string &  str,
const std::string &  whitespace = " \t\r\n" 
)

Helper function to trim trailing whitespace.

Parameters
str
whitespace
Returns
std::string
Here is the caller graph for this function: