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