MCPcopy Create free account
hub / github.com/apache/datafusion / cli

Function cli

datafusion-cli/tests/cli_integration.rs:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33};
34
35fn cli() -> Command {
36 Command::new(get_cargo_bin("datafusion-cli"))
37}
38
39fn make_settings() -> Settings {
40 let mut settings = Settings::clone_current();

Calls 1

newFunction · 0.85

Tested by

no test coverage detected