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

Function main

benchmarks/src/bin/external_aggr.rs:346–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344
345#[tokio::main]
346pub async fn main() -> Result<()> {
347 env_logger::init();
348
349 let cli = Cli::parse();
350 match cli.command {
351 ExternalAggrOpt::Benchmark(opt) => opt.run().await?,
352 }
353
354 Ok(())
355}

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…