Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/table-printer.h"
#include "common/logging.h"
#include <iomanip>
#include <sstream>
#include "common/names.h"
Go to the source code of this file.
Variables | |
const int | COLUMN_PAD = 2 |
const int COLUMN_PAD = 2 |
Definition at line 26 of file table-printer.cc.
Referenced by impala::TablePrinter::PrintRow(), and impala::TablePrinter::ToString().