Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
dmlc::io::InputSplitBase::Chunk Struct Reference

helper struct to hold chunk data with internal pointer to move along the record More...

#include <input_split_base.h>

Public Member Functions

 Chunk (size_t buffer_size)
 
bool Load (InputSplitBase *split, size_t buffer_size)
 
bool Append (InputSplitBase *split, size_t buffer_size)
 

Data Fields

char * begin
 
char * end
 
std::vector< uint32_t > data
 

Detailed Description

helper struct to hold chunk data with internal pointer to move along the record


The documentation for this struct was generated from the following files: