MCPcopy Create free account
hub / github.com/bytedance/bolt / toString

Method toString

bolt/shuffle/sparksql/compression/ZstdCodec.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::string ZstdCodec::toString() const {
66 if (nbWorkers_ > 0) {
67 return fmt::format("{}, nbWorkers: {}", name(), nbWorkers_);
68 }
69 return Codec::toString();
70}
71
72ZstdCodec::~ZstdCodec() {
73 if (cctx_ != nullptr) {

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected