| 
    Impala
    
   Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop. 
   | 
 
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <boost/utility.hpp>#include <gtest/gtest.h>#include <math.h>#include "common/init.h"#include "util/rle-encoding.h"#include "util/bit-stream-utils.inline.h"#include "common/names.h"Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base.  | |
Functions | |
| impala::TEST (BitArray, TestBool) | |
| void | impala::TestBitArrayValues (int bit_width, int num_vals) | 
| impala::TEST (BitArray, TestValues) | |
| impala::TEST (BitArray, TestMixed) | |
| void | impala::ValidateRle (const vector< int > &values, int bit_width, uint8_t *expected_encoding, int expected_len) | 
| impala::TEST (Rle, SpecificSequences) | |
| void | impala::TestRleValues (int bit_width, int num_vals, int value=-1) | 
| impala::TEST (Rle, TestValues) | |
| impala::TEST (Rle, BitWidthZeroRepeated) | |
| impala::TEST (Rle, BitWidthZeroLiteral) | |
| impala::TEST (BitRle, Flush) | |
| impala::TEST (BitRle, Random) | |
| impala::TEST (BitRle, RepeatedPattern) | |
| impala::TEST (BitRle, Overflow) | |
| int | main (int argc, char **argv) | 
Variables | |
| const int | impala::MAX_WIDTH = 32 | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 396 of file rle-test.cc.
References impala::InitCommonRuntime().