| 738 | return *this; |
| 739 | } |
| 740 | void 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 | |
| 750 | BoundingBox::~BoundingBox() noexcept { |
no test coverage detected