MCPcopy Create free account
hub / github.com/apache/arrow / Int96SetNanoSeconds

Function Int96SetNanoSeconds

cpp/src/parquet/types.h:718–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718static inline void Int96SetNanoSeconds(parquet::Int96& i96, int64_t nanoseconds) {
719 std::memcpy(&i96.value, &nanoseconds, sizeof(nanoseconds));
720}
721
722struct DecodedInt96 {
723 uint64_t days_since_epoch;

Callers 2

TESTFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TEST_FFunction · 0.68