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

Function main

benchmarks/src/bin/imdb.rs:55–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54#[tokio::main]
55pub async fn main() -> Result<()> {
56 env_logger::init();
57 match Cli::parse().command {
58 ImdbOpt::Benchmark(BenchmarkSubCommandOpt::DataFusionBenchmark(opt)) => {
59 Box::pin(opt.run()).await
60 }
61 ImdbOpt::Convert(opt) => opt.run().await,
62 }
63}

Callers

nothing calls this directly

Calls 2

initFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…