#include <csv_reader_config.h>
|
static std::string | toCypher (const std::unordered_map< std::string, std::string > &options) |
◆ CSVOption() [1/2]
kuzu::common::CSVOption::CSVOption |
( |
| ) |
|
|
inline |
◆ CSVOption() [2/2]
kuzu::common::CSVOption::CSVOption |
( |
const CSVOption & | other | ) |
|
|
inline |
◆ 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 |
◆ 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: