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

Function SetDecimalSep

tools/shell/shell_metadata_command.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72MetadataResult SetDecimalSep(ShellState &state, const vector<string> &args) {
73 return SetSeparator(state, args, "decimal", state.decimal_separator);
74}
75
76MetadataResult SetThousandSep(ShellState &state, const vector<string> &args) {
77 return SetSeparator(state, args, "thousand", state.thousand_separator);

Callers

nothing calls this directly

Calls 1

SetSeparatorFunction · 0.85

Tested by

no test coverage detected