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

Function make_tokio_runtime

benchmarks/benches/sql.rs:224–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222criterion_main!(benches);
223
224fn make_tokio_runtime() -> Runtime {
225 tokio::runtime::Builder::new_multi_thread()
226 .enable_all()
227 .build()
228 .unwrap()
229}
230
231fn make_ctx(args: &EnvParser) -> Result<SessionContext> {
232 let config = args.options.config()?;

Callers 1

sqlFunction · 0.85

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…