Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/analytic-eval-node.h"
#include "exprs/agg-fn-evaluator.h"
#include "runtime/buffered-tuple-stream.inline.h"
#include "runtime/descriptors.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "udf/udf-internal.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 | |
string | impala::DebugWindowBoundString (const TAnalyticWindowBoundary &b) |
Variables | |
static const int | MAX_TUPLE_POOL_SIZE = 8 * 1024 * 1024 |
|
static |
Definition at line 26 of file analytic-eval-node.cc.
Referenced by impala::AnalyticEvalNode::ProcessChildBatch().