Kùzu 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::string toCypher () const
 
 CSVOption (const CSVOption &other)
 

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
 

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
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

◆ 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: