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

Method num_rows

cpp/src/parquet/file_writer.cc:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80int RowGroupWriter::num_columns() const { return contents_->num_columns(); }
81
82int64_t RowGroupWriter::num_rows() const { return contents_->num_rows(); }
83
84inline void ThrowRowsMisMatchError(int col, int64_t prev, int64_t curr) {
85 std::stringstream ss;

Callers 2

CloseMethod · 0.45
AppendRowGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected