21 using namespace impala;
26 ss <<
"Size (" <<
size_ <<
") words (" << words <<
") ";
28 for (
int i = 0; i <
size(); ++i) {
36 for (vector<uint64_t>::iterator it =
buffer_.begin(); it !=
buffer_.end(); ++it) {
std::string DebugString(bool print_bits)
If 'print_bits' prints 0/1 per bit, otherwise it prints the int64_t value.
std::vector< uint64_t > buffer_
static int RoundUp(int value, int factor)
Returns 'value' rounded up to the nearest multiple of 'factor'.