Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_rows
Method
num_rows
cpp/src/arrow/ipc/feather.cc:312–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
int version() const override { return metadata_->version(); }
312
int64_t num_rows() const { return metadata_->num_rows(); }
313
314
std::shared_ptr<Schema> schema() const override { return schema_; }
315
Callers
15
Read
Method · 0.95
RecordBatchToTensor
Function · 0.45
RemoveColumn
Method · 0.45
FromRecordBatches
Method · 0.45
PromoteTableToSchema
Function · 0.45
Equals
Method · 0.45
ReadNext
Method · 0.45
TEST_F
Function · 0.45
table_test.cc
File · 0.45
Datum
Method · 0.45
length
Method · 0.45
ValidateColumnLength
Function · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
TEST_F
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
CountRowsAndBatchesInScan
Method · 0.36
CountRowGroupsInFragment
Method · 0.36
CountRowsAndBatchesInScan
Method · 0.36
CountRowGroupsInFragment
Method · 0.36
TEST_P
Function · 0.36
TestScan
Method · 0.36