()
| 1615 | |
| 1616 | #[tokio::test] |
| 1617 | async fn df_count() -> Result<()> { |
| 1618 | let count = test_table().await?.count().await?; |
| 1619 | assert_eq!(100, count); |
| 1620 | Ok(()) |
| 1621 | } |
| 1622 | |
| 1623 | #[tokio::test] |
| 1624 | async fn explain() -> Result<()> { |
nothing calls this directly
no test coverage detected
searching dependent graphs…