Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void StreamWriter::SetMaxRowGroupSize(int64_t max_size) {
55
max_row_group_size_ = max_size;
56
}
57
58
int StreamWriter::num_columns() const { return static_cast<int>(nodes_.size()); }
59
Callers
2
TEST_F
Function · 0.80
WriteParquetFile
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64