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

Method RenderLayout

tools/shell/shell_renderer.cpp:1573–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571 }
1572
1573 void RenderLayout(const string &text) override {
1574 PrintText(text, HighlightElementType::LAYOUT);
1575 }
1576
1577 void RenderColumnName(const string &text) override {
1578 PrintText(text, HighlightElementType::COLUMN_NAME);

Callers 1

RenderQueryResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected