Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DInputFormat.cc78 InputFormat::InputFormat() : in InputFormat() function in InputFormat
83 void InputFormat::setCompressionType(CompressionType compressionType) in setCompressionType()
88 const std::string InputFormat::CompressionTypeInfo() const in CompressionTypeInfo()
94 void InputFormat::setLineRange(int64_t start, int64_t end) in setLineRange()
102 void InputFormat::setSplitRange(int64_t start, int64_t end) in setSplitRange()
110 int InputFormat::validate() const in validate()
128 std::string InputFormat::RangeToString() const in RangeToString()
153 InputFormat(), in CSVInputFormat()
228 ss << "<Range>" << InputFormat::RangeToString() << "</Range>" << std::endl; in toXML()
237 : InputFormat() in JSONInputFormat()
[all …]
A DCreateSelectObjectMetaRequest.cc37 void CreateSelectObjectMetaRequest::setInputFormat(InputFormat& inputFormat) in setInputFormat()
A DSelectObjectRequest.cc263 void SelectObjectRequest::setInputFormat(InputFormat& inputFormat) in setInputFormat()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInputFormat.h48 class ALIBABACLOUD_OSS_EXPORT InputFormat
61 InputFormat();
76 class ALIBABACLOUD_OSS_EXPORT CSVInputFormat : public InputFormat
110 class ALIBABACLOUD_OSS_EXPORT JSONInputFormat : public InputFormat
A DCreateSelectObjectMetaRequest.h33 void setInputFormat(InputFormat& inputFormat);
41 InputFormat *inputFormat_;
A DSelectObjectRequest.h41 void setInputFormat(InputFormat& inputFormat);
58 InputFormat *inputFormat_;

Completed in 8 milliseconds