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

Method num_rows

cpp/src/parquet/stream_reader.cc:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int64_t StreamReader::num_rows() const {
73 // Check for file metadata i.e. object is not default constructed.
74 if (file_metadata_) {
75 return file_metadata_->num_rows();
76 }
77 return 0;
78}
79
80StreamReader& StreamReader::operator>>(bool& v) {
81 CheckColumn(Type::BOOLEAN, ConvertedType::NONE);

Callers 1

SkipRowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected