Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <limits.h>
#include <gtest/gtest.h>
#include "common/status.h"
#include "exec/read-write-util.h"
#include "util/cpu-info.h"
#include "util/hash-util.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 | |
void | impala::TestZInt (int32_t value) |
void | impala::TestZLong (int64_t value) |
impala::TEST (ZigzagTest, Basic) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file zigzag-test.cc.
References impala::CpuInfo::Init().