Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void ShellRenderer::RenderRow(PrintStream &out, ResultMetadata &result, RowData &row) {
80
}
81
82
void ShellRenderer::RenderFooter(PrintStream &out, ResultMetadata &result) {
83
}
Callers
nothing calls this directly
Calls
3
RenderAlignedValue
Method · 0.80
Print
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected