Lines Matching refs:InputFormat
78 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()
220 …ss << "<CompressionType>" << InputFormat::CompressionTypeInfo() << "</CompressionType>" << std::en… in toXML()
228 ss << "<Range>" << InputFormat::RangeToString() << "</Range>" << std::endl; in toXML()
237 : InputFormat() in JSONInputFormat()
241 : InputFormat(), jsonType_(jsonType) in JSONInputFormat()
273 …ss << "<CompressionType>" << InputFormat::CompressionTypeInfo() << "</CompressionType>" << std::en… in toXML()
278 ss << "<Range>" << InputFormat::RangeToString() << "</Range>" << std::endl; in toXML()