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
 

Public Attributes

char escapeChar
 
char delimiter
 
char quoteChar
 
bool hasHeader
 
uint64_t skipNum
 

Constructor & Destructor Documentation

◆ CSVOption()

kuzu::common::CSVOption::CSVOption ( )
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

◆ delimiter

char kuzu::common::CSVOption::delimiter

◆ escapeChar

char kuzu::common::CSVOption::escapeChar

◆ hasHeader

bool kuzu::common::CSVOption::hasHeader

◆ quoteChar

char kuzu::common::CSVOption::quoteChar

◆ skipNum

uint64_t kuzu::common::CSVOption::skipNum

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