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

Method num_rows

cpp/src/parquet/metadata.cc:703–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701int RowGroupMetaData::num_columns() const { return impl_->num_columns(); }
702
703int64_t RowGroupMetaData::num_rows() const { return impl_->num_rows(); }
704
705int64_t RowGroupMetaData::total_byte_size() const { return impl_->total_byte_size(); }
706

Callers 15

TEST_FFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TestWriteAndReadMethod · 0.45
EndRowGroupMethod · 0.45
TESTFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
ReadDataMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TestWriteAndReadMethod · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
ReadDataMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
FileSerializeTestMethod · 0.36