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

Function init

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

Source from the content-addressed store, hash-verified

123#[cfg(test)]
124#[ctor::ctor(unsafe)]
125fn init() {
126 // Enable RUST_LOG logging configuration for tests
127 let _ = env_logger::try_init();
128}
129
130#[rstest]
131#[case::exec_multiple_statements(

Callers 3

dataframe_exampleFunction · 0.50
sql_serverFunction · 0.50
main_innerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…