Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ Print
Method
Print
tools/shell/shell_renderer.cpp:773–775 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
771
}
772
}
773
void Print(const string &str) override {
774
MeasureText(str.c_str(), str.size());
775
}
776
void Print(duckdb::string_t str) override {
777
MeasureText(str.GetData(), str.GetSize());
778
}
Callers
15
RenderRow
Method · 0.45
RenderHeader
Method · 0.45
RenderHeader
Method · 0.45
PrintRowSeparator
Method · 0.45
RenderHeader
Method · 0.45
PrintMarkdownSeparator
Method · 0.45
RenderHeader
Method · 0.45
PrintBoxLine
Method · 0.45
PrintBoxRowSeparator
Method · 0.45
RenderHeader
Method · 0.45
RenderFooter
Method · 0.45
RenderRow
Method · 0.45
Calls
4
c_str
Method · 0.80
size
Method · 0.45
GetData
Method · 0.45
GetSize
Method · 0.45
Tested by
no test coverage detected