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

Function ImportData

tools/shell/shell_metadata_command.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310MetadataResult ImportData(ShellState &state, const vector<string> &args) {
311 if (!state.ImportData(args)) {
312 return MetadataResult::FAIL;
313 }
314 return MetadataResult::SUCCESS;
315}
316
317MetadataResult OpenDatabase(ShellState &state, const vector<string> &args) {
318 if (!state.OpenDatabase(args)) {

Callers

nothing calls this directly

Calls 1

ImportDataMethod · 0.80

Tested by

no test coverage detected