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

Method FillMem

be/src/util/tuple-row-compare-test.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 template <typename T>
120 void FillMem(Tuple* tuple_mem, int idx, T val) {
121 memcpy(tuple_mem->GetSlot(idx), &val, sizeof(T));
122 }
123
124 template <typename T, typename... Args>
125 void FillMem(Tuple* tuple_mem, int idx, T val, Args... args) {

Callers

nothing calls this directly

Calls 1

GetSlotMethod · 0.45

Tested by

no test coverage detected