(path: &str, stats: Statistics)
| 621 | } |
| 622 | |
| 623 | fn file_with_stats(path: &str, stats: Statistics) -> PartitionedFile { |
| 624 | PartitionedFile::new(path, 1).with_statistics(Arc::new(stats)) |
| 625 | } |
| 626 | #[tokio::test] |
| 627 | #[expect(deprecated)] |
| 628 | async fn test_get_statistics_with_limit_casts_first_file_sum_to_sum_type() |
nothing calls this directly
no test coverage detected
searching dependent graphs…