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

Method num_null_bytes

be/src/runtime/descriptors.h:636–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 // num_null_bytes() and null_bytes_offset() are not inlined so they can be replaced with
635 // constants during codegen.
636 int IR_NO_INLINE num_null_bytes() const { return num_null_bytes_; }
637 int IR_NO_INLINE null_bytes_offset() const { return null_bytes_offset_; }
638 const std::vector<SlotDescriptor*>& slots() const { return slots_; }
639

Callers 8

CodegenInitTupleMethod · 0.80
InitTupleMethod · 0.80
InitTupleBufferMethod · 0.80
GetNextMethod · 0.80
GetNextMethod · 0.80
ClearNullBitsMethod · 0.80
CodegenClearNullBitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected