Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/summary-util.h"
#include <vector>
#include <boost/lexical_cast.hpp>
#include "common/logging.h"
#include "util/pretty-printer.h"
#include "util/redactor.h"
#include "util/table-printer.h"
#include "common/names.h"
Go to the source code of this file.
Macros | |
#define | COMPUTE_MAX_SUM_STATS(NAME) |
Functions | |
void | PrintExecSummary (const TExecSummary &exec_summary, int indent_level, int new_indent_level, int *node_idx, vector< vector< string > > *result) |
#define COMPUTE_MAX_SUM_STATS | ( | NAME | ) |
Referenced by PrintExecSummary().
void PrintExecSummary | ( | const TExecSummary & | exec_summary, |
int | indent_level, | ||
int | new_indent_level, | ||
int * | node_idx, | ||
vector< vector< string > > * | result | ||
) |
Definition at line 34 of file summary-util.cc.
References COMPUTE_MAX_SUM_STATS, impala::PrettyPrinter::Print(), impala::PrintExecSummary(), and impala::RedactCopy().
Referenced by impala::ImpalaServer::QuerySummaryCallback().