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

Function update_column_does_not_exist

datafusion/sql/tests/sql_integration.rs:775–778  ·  view source on GitHub ↗
(#[case] sql: &str)

Source from the content-addressed store, hash-verified

773)]
774#[test]
775fn update_column_does_not_exist(#[case] sql: &str) {
776 let err = logical_plan(sql).expect_err("query should have failed");
777 assert_field_not_found(err, "doesnotexist");
778}
779
780#[test]
781fn plan_delete() {

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…