| 27 | } |
| 28 | |
| 29 | std::string Bool8Type::ToString(bool show_metadata) const { |
| 30 | std::stringstream ss; |
| 31 | ss << "extension<" << this->extension_name() << ">"; |
| 32 | return ss.str(); |
| 33 | } |
| 34 | |
| 35 | std::string Bool8Type::Serialize() const { return ""; } |
| 36 |
no test coverage detected