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

Function SetThousandSep

tools/shell/shell_metadata_command.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76MetadataResult SetThousandSep(ShellState &state, const vector<string> &args) {
77 return SetSeparator(state, args, "thousand", state.thousand_separator);
78}
79
80MetadataResult SetLargeNumberRendering(ShellState &state, const vector<string> &args) {
81 if (StringUtil::Equals(args[1], "all")) {

Callers

nothing calls this directly

Calls 1

SetSeparatorFunction · 0.85

Tested by

no test coverage detected