Home
last modified time | relevance | path

Searched refs:CSVInputFormat (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DInputFormat.cc144 CSVInputFormat::CSVInputFormat() in CSVInputFormat() function in CSVInputFormat
145 : CSVInputFormat(CSVHeader::None, "\n", ",", "\"", "#") in CSVInputFormat()
148 CSVInputFormat::CSVInputFormat(CSVHeader headerInfo, in CSVInputFormat() function in CSVInputFormat
161 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 …]
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInputFormat.h76 class ALIBABACLOUD_OSS_EXPORT CSVInputFormat : public InputFormat
79 CSVInputFormat();
80 CSVInputFormat(CSVHeader headerInfo,

Completed in 3 milliseconds