MCPcopy Create free account
hub / github.com/apache/arrow / printTo

Method printTo

cpp/src/generated/parquet_types.cpp:740–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738 return *this;
739}
740void SizeStatistics::printTo(std::ostream& out) const {
741 using ::apache::thrift::to_string;
742 out << "SizeStatistics(";
743 out << "unencoded_byte_array_data_bytes="; (__isset.unencoded_byte_array_data_bytes ? (out << to_string(unencoded_byte_array_data_bytes)) : (out << "<null>"));
744 out << ", " << "repetition_level_histogram="; (__isset.repetition_level_histogram ? (out << to_string(repetition_level_histogram)) : (out << "<null>"));
745 out << ", " << "definition_level_histogram="; (__isset.definition_level_histogram ? (out << to_string(definition_level_histogram)) : (out << "<null>"));
746 out << ")";
747}
748
749
750BoundingBox::~BoundingBox() noexcept {

Callers 2

parquet_types.cppFile · 0.80
SerializeUnencryptedMethod · 0.80

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected