Inst | operator[] (size_t i) const |
| get i-th row from the batch More...
|
void | SetBaseRowId (size_t row_id) |
| Set the base row id for this page. More...
|
SparsePage | GetTranspose (int num_columns) const |
void | Push (const dmlc::RowBlock< uint32_t > &batch) |
| Push row block into the page. More...
|
template<typename AdapterBatchT > |
uint64_t | Push (const AdapterBatchT &batch, float missing, int nthread) |
| Pushes external data batch onto this page. More...
|
void | Push (const SparsePage &batch) |
| Push a sparse page. More...
|
void | PushCSC (const SparsePage &batch) |
| Push a SparsePage stored in CSC format. More...
|