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

Method IsNull

be/src/runtime/tuple.h:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 bool IsNull(const NullIndicatorOffset& offset) const {
286 const char* null_indicator_byte =
287 reinterpret_cast<const char*>(this) + offset.byte_offset;
288 return (*null_indicator_byte & offset.bit_mask) != 0;
289 }
290
291 /// 'slot_desc' describes a struct slot in this tuple. Sets 'slot_desc' to null in this
292 /// tuple and iterates its children and sets all of them to null too. Recursively

Callers 15

ReadKeyPropertyMethod · 0.45
TEST_FFunction · 0.45
ExtractStringMethod · 0.45
RedactMethod · 0.45
TESTFunction · 0.45
TestTuplesEqualMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
TestTuplesEqualMethod · 0.36
TEST_FFunction · 0.36