Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
rle-benchmark.cc File Reference
#include <iostream>
#include <sstream>
#include "runtime/mem-pool.h"
#include "runtime/mem-tracker.h"
#include "experiments/bit-stream-utils.8byte.inline.h"
#include "util/benchmark.h"
#include "util/bit-stream-utils.inline.h"
#include "util/cpu-info.h"
#include "common/names.h"
Include dependency graph for rle-benchmark.cc:

Go to the source code of this file.

Classes

struct  TestData< Decimal >
 

Functions

void TestBitWriterEncode (int batch_size, void *d)
 
void TestBitWriter8ByteEncode (int batch_size, void *d)
 
void TestBitWriterDecode (int batch_size, void *d)
 
void TestBitWriter8ByteDecode (int batch_size, void *d)
 
int main (int argc, char **argv)
 

Variables

const int BUFFER_LEN = 64 * 4096
 

Function Documentation

void TestBitWriter8ByteDecode ( int  batch_size,
void *  d 
)
void TestBitWriter8ByteEncode ( int  batch_size,
void *  d 
)
void TestBitWriterDecode ( int  batch_size,
void *  d 
)
void TestBitWriterEncode ( int  batch_size,
void *  d 
)

Variable Documentation

const int BUFFER_LEN = 64 * 4096

Definition at line 101 of file rle-benchmark.cc.

Referenced by main(), TestBitWriter8ByteDecode(), and TestBitWriterDecode().