\brief Return the number of columns in the table
| 200 | |
| 201 | /// \brief Return the number of columns in the table |
| 202 | int num_columns() const { return schema_->num_fields(); } |
| 203 | |
| 204 | /// \brief Return the number of rows (equal to each column's logical length) |
| 205 | int64_t num_rows() const { return num_rows_; } |
no test coverage detected