Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
718
static inline void Int96SetNanoSeconds(parquet::Int96& i96, int64_t nanoseconds) {
719
std::memcpy(&i96.value, &nanoseconds, sizeof(nanoseconds));
720
}
721
722
struct DecodedInt96 {
723
uint64_t days_since_epoch;
Callers
2
TEST
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST_F
Function · 0.68