\brief Return the number of columns in the table
| 212 | |
| 213 | /// \brief Return the number of columns in the table |
| 214 | int num_columns() const { return schema_->num_fields(); } |
| 215 | |
| 216 | /// \brief Return the number of rows (equal to each column's logical length) |
| 217 | int64_t num_rows() const { return num_rows_; } |
no test coverage detected