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

Method parseTime

c++/src/Timezone.cc:542–545  ·  view source on GitHub ↗

* Parse the time at the given location. */

Source from the content-addressed store, hash-verified

540 * Parse the time at the given location.
541 */
542 virtual int64_t parseTime(const unsigned char* ptr) const override {
543 // sign extend from 32 bits
544 return static_cast<int32_t>(decode32(ptr));
545 }
546
547 virtual std::string parseFutureString(const unsigned char*, uint64_t, uint64_t) const override {
548 return "";

Callers 1

parseZoneFileMethod · 0.45

Calls 1

decode32Function · 0.85

Tested by

no test coverage detected