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

Function num_rows

cpp/src/arrow/table.h:205–205  ·  view source on GitHub ↗

\brief Return the number of rows (equal to each column's logical length)

Source from the content-addressed store, hash-verified

203
204 /// \brief Return the number of rows (equal to each column's logical length)
205 int64_t num_rows() const { return num_rows_; }
206
207 /// \brief Determine if two tables are equal
208 ///

Callers 8

RenameColumnsMethod · 0.70
SelectColumnsMethod · 0.70
CombineChunksToBatchMethod · 0.70
ReplaceSchemaMethod · 0.70
RenameColumnsMethod · 0.70
SelectColumnsMethod · 0.70
CopyToMethod · 0.70
ViewOrCopyToMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected