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

Method set_max_output_width

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

Source from the content-addressed store, hash-verified

38}
39
40void TablePrinter::set_max_output_width(int width) {
41 max_output_width_ = width;
42}
43
44// Add a row to the table. This must have the same width as labels.
45void TablePrinter::AddRow(const vector<string>& row) {

Callers 1

PrintExecSummaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected