Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ chunk_sizes
Function
chunk_sizes
cpp/src/parquet/arrow/fuzz_encoding_internal.cc:481–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
std::vector<int> chunk_sizes() const { return {(num_values_ + 1), 1 << 8, 1 << 12}; }
482
483
const Encoding::type source_encoding_, roundtrip_encoding_;
484
const ColumnDescriptor* descr_;
Callers
3
TestStressChunked
Method · 0.85
constexpr
Method · 0.85
Fuzz
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestStressChunked
Method · 0.68