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

Function WriteBigIntSlot

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

Source from the content-addressed store, hash-verified

91}
92
93static void WriteBigIntSlot(int64_t value, void* slot) {
94 *reinterpret_cast<int64_t*>(slot) = value;
95}
96
97static void WriteIntSlot(int32_t value, void* slot) {
98 *reinterpret_cast<int32_t*>(slot) = value;

Callers 1

MaterializeNextTupleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected