| 232 | |
| 233 | public: |
| 234 | auto CreatePageFormat(BatchParam const&) const { |
| 235 | std::unique_ptr<FormatT> fmt{::xgboost::data::CreatePageFormat<S>("raw")}; |
| 236 | return fmt; |
| 237 | } |
| 238 | static void DestroyPage(std::shared_ptr<S>* page) { page->reset(); } |
| 239 | }; |
| 240 |
no outgoing calls
no test coverage detected