| 167 | Tuple* GetTemplateTupleForPartitionId(int64_t partition_id); |
| 168 | |
| 169 | ObjectPool* obj_pool() { return &obj_pool_; } |
| 170 | ProgressUpdater& progress() { return progress_; } |
| 171 | HdfsFileDesc::FileFormatsMap& per_type_files() { return per_type_files_; } |
| 172 |
no outgoing calls