MCPcopy 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
58int StreamWriter::num_columns() const { return static_cast<int>(nodes_.size()); }
59
60StreamWriter& StreamWriter::operator<<(bool v) {
61 CheckColumn(Type::BOOLEAN, ConvertedType::NONE);

Callers 1

StreamWriterMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected