Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ print
Method
print
c++/src/Timezone.cc:739–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
737
return getImpl()->getEpoch();
738
}
739
void print(std::ostream& os) const override {
740
return getImpl()->print(os);
741
}
742
uint64_t getVersion() const override {
743
return getImpl()->getVersion();
744
}
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected