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

Function parser_rejects_unknown_command

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

Source from the content-addressed store, hash-verified

2438
2439 #[tokio::test]
2440 async fn parser_rejects_unknown_command() {
2441 assert_parse_error("wat\n", "Unrecognized command: wat").await;
2442 }
2443
2444 #[tokio::test]
2445 async fn parser_rejects_assert_without_column_count() {

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…