MCPcopy Create free account
hub / github.com/dmlc/xgboost / CreateWriter

Method CreateWriter

src/data/sparse_page_source.h:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197 public:
198 std::unique_ptr<WriterT> CreateWriter(StringView name, std::uint32_t iter) {
199 return DftCreateWriterImpl<WriterT>(name, iter);
200 }
201
202 std::unique_ptr<ReaderT> CreateReader(StringView name, std::uint64_t offset,
203 std::uint64_t length) const {

Callers 1

WriteCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected