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

Function select_column_does_not_exist

datafusion/sql/tests/sql_integration.rs:810–814  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

808
809#[test]
810fn select_column_does_not_exist() {
811 let sql = "SELECT doesnotexist FROM person";
812 let err = logical_plan(sql).expect_err("query should have failed");
813 assert_field_not_found(err, "doesnotexist");
814}
815
816#[test]
817fn select_repeated_column() {

Callers

nothing calls this directly

Calls 2

assert_field_not_foundFunction · 0.85
logical_planFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…