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

Function formatted_last_results

benchmarks/src/sql_benchmark.rs:1603–1611  ·  view source on GitHub ↗
(benchmark: &SqlBenchmark)

Source from the content-addressed store, hash-verified

1601 }
1602
1603 fn formatted_last_results(benchmark: &SqlBenchmark) -> Vec<Vec<String>> {
1604 format_record_batches(
1605 benchmark
1606 .last_results
1607 .as_ref()
1608 .expect("last results should be set"),
1609 )
1610 .expect("results should format")
1611 }
1612
1613 fn read_all_files_in_dir(path: &Path) -> String {
1614 let mut entries = fs::read_dir(path)

Callers

nothing calls this directly

Calls 2

format_record_batchesFunction · 0.85
as_refMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…