MCPcopy 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

TestStressChunkedMethod · 0.85
constexprMethod · 0.85
FuzzMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestStressChunkedMethod · 0.68