Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getTimeSize
Method
getTimeSize
c++/src/Timezone.cc:535–537 ·
view source on GitHub ↗
* Get the number of bytes */
Source
from the content-addressed store, hash-verified
533
* Get the number of bytes
534
*/
535
virtual uint64_t getTimeSize() const override {
536
return 4;
537
}
538
539
/**
540
* Parse the time at the given location.
Callers
1
parseZoneFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected