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

Method num_rows

cpp/src/arrow/acero/swiss_join_internal.h:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 }
489 int64_t num_keys() const { return map_.keys()->num_rows(); }
490 int64_t num_rows() const {
491 return no_duplicate_keys_ ? num_keys() : row_offset_for_key_[num_keys()];
492 }
493
494 uint32_t payload_id_to_key_id(uint32_t payload_id) const;
495

Callers 15

TESTFunction · 0.45
WriteMethod · 0.45
ProbeBatch_LookupMethod · 0.45
InitHasMatchIfNeededMethod · 0.45
MergeHasMatchMethod · 0.45
TESTFunction · 0.45
MakeTableFunction · 0.45
AdvanceMethod · 0.45
PushMethod · 0.45

Calls

no outgoing calls

Tested by 10

TESTFunction · 0.36
TESTFunction · 0.36
CheckFetchFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TestPauseThenStopFunction · 0.36
CheckRunOutputFunction · 0.36
TESTFunction · 0.36