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

Method bytes_written

be/src/util/bit-stream-utils.h:51–51  ·  view source on GitHub ↗

The number of current bytes written, including the current byte (i.e. may include a fraction of a byte). Includes buffered values.

Source from the content-addressed store, hash-verified

49 /// The number of current bytes written, including the current byte (i.e. may include a
50 /// fraction of a byte). Includes buffered values.
51 int bytes_written() const { return byte_offset_ + BitUtil::Ceil(bit_offset_, 8); }
52 uint8_t* buffer() const { return buffer_; }
53 int64_t buffer_len() const { return max_bytes_; }
54

Callers 10

WriteMethod · 0.45
FinalizeCurrentPageMethod · 0.45
OutputPartitionStatsMethod · 0.45
MergeDmlStatsMethod · 0.45
TESTFunction · 0.45
TestBitArrayValuesFunction · 0.45
PackUnpackFunction · 0.45
lenMethod · 0.45
FlushMethod · 0.45
CheckBufferFullMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TestBitArrayValuesFunction · 0.36
PackUnpackFunction · 0.36