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

Function num_rows

cpp/src/arrow/table.h:217–217  ·  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

215
216 /// \brief Return the number of rows (equal to each column's logical length)
217 int64_t num_rows() const { return num_rows_; }
218
219 /// \brief Determine if two tables are equal
220 ///

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