Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
fn cli() -> Command {
36
Command::new(get_cargo_bin(
"datafusion-cli"
))
37
}
38
39
fn make_settings() -> Settings {
40
let mut settings = Settings::clone_current();
Callers
8
cli_quick_test
Function · 0.70
cli_explain_environment_overrides
Function · 0.70
test_cli_format
Function · 0.70
test_cli_top_memory_consumers
Function · 0.70
test_cli_top_memory_consumers_with_mem_pool_type
Function · 0.70
test_cli_with_unbounded_memory_pool
Function · 0.70
test_cli_wide_result_set_no_crash
Function · 0.70
test_backtrace_output
Function · 0.70
Calls
1
new
Function · 0.85
Tested by
no test coverage detected