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

Function printFile

tools/src/TimezoneDump.cc:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <string>
26
27void printFile(const std::string& name) {
28 std::cout << "Timezone " << name << ":\n";
29 const orc::Timezone& tz = orc::getTimezoneByName(name);
30 tz.print(std::cout);
31}
32
33int main(int argc, char* argv[]) {
34 if (argc < 2) {

Callers 1

mainFunction · 0.85

Calls 1

printMethod · 0.45

Tested by

no test coverage detected