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

Method IncrementUnencodedByteArrayDataBytes

cpp/src/parquet/size_statistics.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void SizeStatistics::IncrementUnencodedByteArrayDataBytes(int64_t value) {
64 ARROW_CHECK(unencoded_byte_array_data_bytes.has_value());
65 unencoded_byte_array_data_bytes = unencoded_byte_array_data_bytes.value() + value;
66}
67
68void SizeStatistics::Validate(const ColumnDescriptor* descr) const {
69 auto validate_histogram = [](const std::vector<int64_t>& histogram, int16_t max_level,

Callers 2

TESTFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

TESTFunction · 0.64