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

Method byte_size

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

Source from the content-addressed store, hash-verified

631class TupleDescriptor {
632 public:
633 int byte_size() const { return byte_size_; }
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_; }

Callers 15

tuple_byte_sizeMethod · 0.45
AddIcebergColumnsMethod · 0.45
GetOutputTupleMethod · 0.45
PrepareMethod · 0.45
OpenMethod · 0.45
AddResultTupleMethod · 0.45
InitNextPartitionMethod · 0.45
MaterializeBatchMethod · 0.45
CodegenMethod · 0.45
OpenMethod · 0.45
InitTmpTupleMethod · 0.45

Calls

no outgoing calls

Tested by 13

TestTuplesEqualMethod · 0.36
WriteValueMethod · 0.36
CreateRowBatchMethod · 0.36
CreateTuplesMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
CreateBatchMethod · 0.36
TestTransferMemoryMethod · 0.36
TestAttachMemoryMethod · 0.36
TEST_FFunction · 0.36