MCPcopy Create free account
hub / github.com/duckdb/duckdb / RenderRow

Method RenderRow

tools/shell/shell_renderer.cpp:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void ShellRenderer::RenderRow(PrintStream &out, ResultMetadata &result, RowData &row) {
80}
81
82void ShellRenderer::RenderFooter(PrintStream &out, ResultMetadata &result) {
83}

Callers

nothing calls this directly

Calls 3

RenderAlignedValueMethod · 0.80
PrintMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected