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

Method SetMaxRowGroupSize

cpp/src/parquet/stream_writer.cc:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void StreamWriter::SetMaxRowGroupSize(int64_t max_size) {
55 max_row_group_size_ = max_size;
56}
57
58int StreamWriter::num_columns() const { return static_cast<int>(nodes_.size()); }
59

Callers 2

TEST_FFunction · 0.80
WriteParquetFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64