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

Function num_rows

cpp/src/arrow/compute/light_array_internal.h:321–321  ·  view source on GitHub ↗

\brief The current length (in rows) of the array

Source from the content-addressed store, hash-verified

319
320 /// \brief The current length (in rows) of the array
321 int num_rows() const { return num_rows_; }
322
323 /// \brief The current allocated length (in rows) of the array
324 int num_rows_allocated() const { return num_rows_allocated_; }

Callers 3

AppendSelectedMethod · 0.70
AppendNullsMethod · 0.70
FlushMethod · 0.70

Calls 2

emptyMethod · 0.45
num_rowsMethod · 0.45

Tested by

no test coverage detected