Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_columns
Method
num_columns
cpp/src/parquet/stream_writer.cc:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
int StreamWriter::num_columns() const { return static_cast<int>(nodes_.size()); }
59
60
StreamWriter& StreamWriter::operator<<(bool v) {
61
CheckColumn(Type::BOOLEAN, ConvertedType::NONE);
Callers
1
StreamWriter
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected