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

Method num_columns

cpp/src/parquet/stream_reader.cc:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int StreamReader::num_columns() const {
65 // Check for file metadata i.e. object is not default constructed.
66 if (file_metadata_) {
67 return file_metadata_->num_columns();
68 }
69 return 0;
70}
71
72int64_t StreamReader::num_rows() const {
73 // Check for file metadata i.e. object is not default constructed.

Callers 2

StreamReaderMethod · 0.45
NextRowGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected