Searched refs:CSVInputFormat (Results 1 – 2 of 2) sorted by relevance
144 CSVInputFormat::CSVInputFormat() in CSVInputFormat() function in CSVInputFormat145 : CSVInputFormat(CSVHeader::None, "\n", ",", "\"", "#") in CSVInputFormat()148 CSVInputFormat::CSVInputFormat(CSVHeader headerInfo, in CSVInputFormat() function in CSVInputFormat161 void CSVInputFormat::setHeaderInfo(CSVHeader headerInfo) in setHeaderInfo()186 CSVHeader CSVInputFormat::HeaderInfo() const in HeaderInfo()191 const std::string& CSVInputFormat::RecordDelimiter() const in RecordDelimiter()196 const std::string& CSVInputFormat::FieldDelimiter() const in FieldDelimiter()201 const std::string& CSVInputFormat::QuoteChar() const in QuoteChar()206 const std::string& CSVInputFormat::CommentChar() const in CommentChar()211 std::string CSVInputFormat::Type() const in Type()[all …]
76 class ALIBABACLOUD_OSS_EXPORT CSVInputFormat : public InputFormat79 CSVInputFormat();80 CSVInputFormat(CSVHeader headerInfo,
Completed in 3 milliseconds