MCPcopy Create free account
hub / github.com/apache/arrow / EstimatedDataEncodedSize

Method EstimatedDataEncodedSize

cpp/src/parquet/encoder.cc:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402int64_t PlainEncoder<BooleanType>::EstimatedDataEncodedSize() {
403 return ::arrow::bit_util::BytesForBits(sink_.length());
404}
405
406std::shared_ptr<Buffer> PlainEncoder<BooleanType>::FlushValues() {
407 std::shared_ptr<Buffer> buffer;

Callers 6

TESTFunction · 0.45
DecodeDictFunction · 0.45

Calls 2

BytesForBitsFunction · 0.85
lengthMethod · 0.45

Tested by 1

TESTFunction · 0.36