|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <cstdlib>#include <cstdio>#include <iostream>#include <vector>#include <gtest/gtest.h>#include "exec/row-batch-list.h"#include "runtime/descriptors.h"#include "runtime/mem-pool.h"#include "runtime/mem-tracker.h"#include "runtime/string-value.h"#include "runtime/tuple-row.h"#include "util/cpu-info.h"#include "util/runtime-profile.h"#include "testutil/desc-tbl-builder.h"#include "common/names.h"Go to the source code of this file.
Classes | |
| class | impala::RowBatchListTest |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST_F (RowBatchListTest, BasicTest) | |
| impala::TEST_F (RowBatchListTest, EmptyBatchTest) | |
| impala::TEST_F (RowBatchListTest, MultipleRowBatchesTest) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 130 of file row-batch-list-test.cc.
References impala::CpuInfo::Init().