MCPcopy Create free account
hub / github.com/apache/orc / toString

Method toString

c++/src/Timezone.cc:477–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 }
476
477 std::string TimezoneVariant::toString() const {
478 std::stringstream buffer;
479 buffer << name << " " << gmtOffset;
480 if (isDst) {
481 buffer << " (dst)";
482 }
483 return buffer.str();
484 }
485
486 /**
487 * An abstraction of the differences between versions.

Callers 1

printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected