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

Method Get

be/src/experiments/tuple-splitter-test.cc:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template<typename T>
64 void Get(T& t, uint16_t& v) {
65 t = reinterpret_cast<T>(val & POINTER_LOWER_BITS_MASK);
66 v = static_cast<uint16_t>(val >> USED_BITS);
67 }
68
69 void UpdatePointer(void* p) {
70 val = val >> USED_BITS;

Callers 15

AddIcebergColumnsMethod · 0.45
IsValuePartitionColMethod · 0.45
NextProbeRowMethod · 0.45
FOREACH_ROW_LIMITFunction · 0.45
ProcessProbeBatchMethod · 0.45
IsRowNullMethod · 0.45
FOREACH_ROW_LIMITFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected