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

Method null_bytes_offset

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

Source from the content-addressed store, hash-verified

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
640 const std::vector<SlotDescriptor*>& string_slots() const {

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