MCPcopy Create free account
hub / github.com/apache/impala / AddColumn

Method AddColumn

be/src/util/table-printer.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void TablePrinter::AddColumn(const string& label, bool left_align) {
35 labels_.push_back(label);
36 left_align_.push_back(left_align);
37 max_col_widths_.push_back(label.size());
38}
39
40void TablePrinter::set_max_output_width(int width) {
41 max_output_width_ = width;

Callers 2

FilterDebugStringMethod · 0.45
PrintExecSummaryMethod · 0.45

Calls 2

push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected