|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <boost/foreach.hpp>#include <gtest/gtest.h>#include "common/init.h"#include "runtime/mem-tracker.h"#include "runtime/string-value.inline.h"#include "runtime/timestamp-value.h"#include "util/dict-encoding.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 | |
| template<typename T > | |
| void | impala::ValidateDict (const vector< T > &values, int fixed_buffer_byte_size) |
| impala::TEST (DictTest, TestStrings) | |
| impala::TEST (DictTest, TestTimestamps) | |
| template<typename T > | |
| void | impala::IncrementValue (T *t) |
| template<> | |
| void | impala::IncrementValue (Decimal4Value *t) |
| template<> | |
| void | impala::IncrementValue (Decimal8Value *t) |
| template<> | |
| void | impala::IncrementValue (Decimal16Value *t) |
| template<typename T > | |
| void | impala::TestNumbers (int max_value, int repeat, int value_byte_size) |
| template<typename T > | |
| void | impala::TestNumbers (int value_byte_size) |
| impala::TEST (DictTest, TestNumbers) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 145 of file dict-test.cc.
References impala::InitCommonRuntime().