Searched refs:InputFormat (Results 1 – 6 of 6) sorted by relevance
78 InputFormat::InputFormat() : in InputFormat() function in InputFormat83 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 …]
37 void CreateSelectObjectMetaRequest::setInputFormat(InputFormat& inputFormat) in setInputFormat()
263 void SelectObjectRequest::setInputFormat(InputFormat& inputFormat) in setInputFormat()
48 class ALIBABACLOUD_OSS_EXPORT InputFormat61 InputFormat();76 class ALIBABACLOUD_OSS_EXPORT CSVInputFormat : public InputFormat110 class ALIBABACLOUD_OSS_EXPORT JSONInputFormat : public InputFormat
33 void setInputFormat(InputFormat& inputFormat);41 InputFormat *inputFormat_;
41 void setInputFormat(InputFormat& inputFormat);58 InputFormat *inputFormat_;
Completed in 8 milliseconds