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

Function WriteIntSlot

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

Source from the content-addressed store, hash-verified

95}
96
97static void WriteIntSlot(int32_t value, void* slot) {
98 *reinterpret_cast<int32_t*>(slot) = value;
99}
100
101static void WriteDecimalSlot(
102 const ColumnType& type, double value, void* slot) {

Callers 2

MaterializeNextTupleMethod · 0.85
WriteSlotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected