\brief Return the number of rows (equal to each column's logical length)
| 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 | /// |
no outgoing calls
no test coverage detected