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

Method SetRowNull

be/src/exec/hash-table.h:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 /// Record in a bitmap that the current row is null but nulls are not considered in
338 /// the current phase (build or probe).
339 void ALWAYS_INLINE SetRowNull() { null_bitmap_.Set(CurIdx(), true); }
340
341 /// Returns the hash values of the current row.
342 uint32_t ALWAYS_INLINE CurExprValuesHash() const { return *cur_expr_values_hash_; }

Callers 3

FOREACH_ROW_LIMITFunction · 0.80
FOREACH_ROW_LIMITFunction · 0.80
FOREACH_ROW_LIMITFunction · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected