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

Method IsRowNull

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

Source from the content-addressed store, hash-verified

333 /// Returns true if the current row is null but nulls are not considered in the
334 /// current phase (build or probe).
335 bool ALWAYS_INLINE IsRowNull() const { return null_bitmap_.Get(CurIdx()); }
336
337 /// Record in a bitmap that the current row is null but nulls are not considered in
338 /// the current phase (build or probe).

Callers 4

NextProbeRowMethod · 0.80
ProcessRowMethod · 0.80
FOREACH_ROW_LIMITFunction · 0.80
FOREACH_ROW_LIMITFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected