Create a table from the aggregate_test_100.csv file with the name "aggregate_test_100"
()
| 135 | |
| 136 | /// Create a table from the aggregate_test_100.csv file with the name "aggregate_test_100" |
| 137 | pub async fn test_table() -> Result<DataFrame> { |
| 138 | test_table_with_name("aggregate_test_100").await |
| 139 | } |
| 140 | |
| 141 | /// Execute SQL and return results |
| 142 | #[cfg(feature = "sql")] |
no test coverage detected
searching dependent graphs…