Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::common::CSVOption Struct Reference

#include <csv_reader_config.h>

Public Member Functions

 CSVOption ()
 EXPLICIT_COPY_DEFAULT_MOVE (CSVOption)
std::unordered_map< std::string, std::string > toOptionsMap (const bool &parallel) const
 CSVOption (const CSVOption &other)

Static Public Member Functions

static std::string toCypher (const std::unordered_map< std::string, std::string > &options)

Public Attributes

char escapeChar
char delimiter
char quoteChar
bool hasHeader
uint64_t skipNum
uint64_t sampleSize
bool allowUnbracedList
bool ignoreErrors
bool autoDetection
bool setEscape
bool setDelim
bool setQuote
bool setHeader
std::vector< std::string > nullStrings

Constructor & Destructor Documentation

◆ CSVOption() [1/2]

kuzu::common::CSVOption::CSVOption ( )
inline

◆ CSVOption() [2/2]

kuzu::common::CSVOption::CSVOption ( const CSVOption & other)
inline

Member Function Documentation

◆ EXPLICIT_COPY_DEFAULT_MOVE()

kuzu::common::CSVOption::EXPLICIT_COPY_DEFAULT_MOVE ( CSVOption )

◆ toCypher()

std::string kuzu::common::CSVOption::toCypher ( const std::unordered_map< std::string, std::string > & options)
inlinestatic

◆ toOptionsMap()

std::unordered_map< std::string, std::string > kuzu::common::CSVOption::toOptionsMap ( const bool & parallel) const
inline

Member Data Documentation

◆ allowUnbracedList

bool kuzu::common::CSVOption::allowUnbracedList

◆ autoDetection

bool kuzu::common::CSVOption::autoDetection

◆ delimiter

char kuzu::common::CSVOption::delimiter

◆ escapeChar

char kuzu::common::CSVOption::escapeChar

◆ hasHeader

bool kuzu::common::CSVOption::hasHeader

◆ ignoreErrors

bool kuzu::common::CSVOption::ignoreErrors

◆ nullStrings

std::vector<std::string> kuzu::common::CSVOption::nullStrings

◆ quoteChar

char kuzu::common::CSVOption::quoteChar

◆ sampleSize

uint64_t kuzu::common::CSVOption::sampleSize

◆ setDelim

bool kuzu::common::CSVOption::setDelim

◆ setEscape

bool kuzu::common::CSVOption::setEscape

◆ setHeader

bool kuzu::common::CSVOption::setHeader

◆ setQuote

bool kuzu::common::CSVOption::setQuote

◆ skipNum

uint64_t kuzu::common::CSVOption::skipNum

The documentation for this struct was generated from the following file: