The number of physical columns appearing in the file
| 453 | |
| 454 | // The number of physical columns appearing in the file |
| 455 | int num_columns() const { return static_cast<int>(leaves_.size()); } |
| 456 | |
| 457 | const schema::NodePtr& schema_root() const { return schema_; } |
| 458 |
no test coverage detected