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

Function parser_rejects_multiple_result_queries

benchmarks/src/sql_benchmark.rs:2481–2487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2479
2480 #[tokio::test]
2481 async fn parser_rejects_multiple_result_queries() {
2482 assert_parse_error(
2483 "result_query I\nselect 1\n----\n1\n\nresult_query I\nselect 2\n----\n2\n",
2484 "multiple results found",
2485 )
2486 .await;
2487 }
2488
2489 #[tokio::test]
2490 async fn parser_rejects_duplicate_run_directives() {

Callers

nothing calls this directly

Calls 1

assert_parse_errorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…