Home
last modified time | relevance | path

Searched refs:inputFormat_ (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DCreateSelectObjectMetaRequest.cc26 inputFormat_(nullptr), in CreateSelectObjectMetaRequest()
39 inputFormat_ = &inputFormat; in setInputFormat()
45 if (inputFormat_->Type() == "csv") { in payload()
47 ss << inputFormat_->toXML(0) << std::endl; in payload()
53 ss << inputFormat_->toXML(0) << std::endl; in payload()
66 if (inputFormat_ == nullptr) { in validate()
75 if (inputFormat_) { in specialParameters()
76 auto type = inputFormat_->Type(); in specialParameters()
A DSelectObjectRequest.cc210 inputFormat_(nullptr), in SelectObjectRequest()
265 inputFormat_ = &inputFormat; in setInputFormat()
283 if (inputFormat_ == nullptr || outputFormat_ == nullptr) { in validate()
287 ret = inputFormat_->validate(); in validate()
296 if (inputFormat_->Type() != outputFormat_->Type()) { in validate()
309 ss << inputFormat_->toXML(1) << std::endl; in payload()
336 if (inputFormat_) { in specialParameters()
337 auto type = inputFormat_->Type(); in specialParameters()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DCreateSelectObjectMetaRequest.h41 InputFormat *inputFormat_;
A DSelectObjectRequest.h58 InputFormat *inputFormat_; variable

Completed in 9 milliseconds