Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/sorter.h"
#include <gutil/strings/substitute.h>
#include "runtime/buffered-block-mgr.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "runtime/sorted-run-merger.h"
#include "util/runtime-profile.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
class | impala::Sorter::Run |
class | impala::Sorter::TupleSorter |
class | impala::Sorter::TupleSorter::TupleIterator |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Variables | |
const int | impala::BLOCKS_REQUIRED_FOR_MERGE = 3 |
const string | impala::PIN_FAILED_ERROR_MSG |