MCPcopy 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

ReadMethod · 0.95
RecordBatchToTensorFunction · 0.45
RemoveColumnMethod · 0.45
FromRecordBatchesMethod · 0.45
PromoteTableToSchemaFunction · 0.45
EqualsMethod · 0.45
ReadNextMethod · 0.45
TEST_FFunction · 0.45
table_test.ccFile · 0.45
DatumMethod · 0.45
lengthMethod · 0.45
ValidateColumnLengthFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_PFunction · 0.36
TestScanMethod · 0.36