MCPcopy Create free account
hub / github.com/apache/impala / WriteUnixTimestampSlot

Function WriteUnixTimestampSlot

be/src/exec/system-table-scanner.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88static void WriteUnixTimestampSlot(int64_t unix_time_micros, void* slot) {
89 *reinterpret_cast<TimestampValue*>(slot) =
90 TimestampValue::UtcFromUnixTimeMicros(unix_time_micros);
91}
92
93static void WriteBigIntSlot(int64_t value, void* slot) {
94 *reinterpret_cast<int64_t*>(slot) = value;

Callers 1

MaterializeNextTupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected