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

Method PrintDashes

tools/shell/shell_renderer.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 RenderAlignedValue(str.GetData(), str.GetSize(), width, alignment);
48}
49void PrintStream::PrintDashes(idx_t N) {
50 Print(string(N, '-'));
51}
52
53void PrintStream::OutputQuotedIdentifier(const string &str) {
54 Print(StringUtil::Format("%s", SQLIdentifier(str)));

Callers 3

RenderHeaderMethod · 0.80
PrintRowSeparatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected