Update sparse_batch_page.h
This commit is contained in:
parent
654aa0b3b5
commit
8a411150ea
@ -136,6 +136,7 @@ class SparsePage {
|
|||||||
for (size_t i = 0; i < disk_offset_.size(); ++i) {
|
for (size_t i = 0; i < disk_offset_.size(); ++i) {
|
||||||
offset[i + begin] = top + disk_offset_[i];
|
offset[i + begin] = top + disk_offset_[i];
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
/*!
|
/*!
|
||||||
* \brief Push row batch into the page
|
* \brief Push row batch into the page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user