Returns number of partition keys in the table.
| 451 | |
| 452 | /// Returns number of partition keys in the table. |
| 453 | int num_partition_keys() const { return hdfs_table_->num_clustering_cols(); } |
| 454 | |
| 455 | /// Returns number of partition key slots. |
| 456 | int num_materialized_partition_keys() const { return partition_key_slots_.size(); } |
no test coverage detected