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

Function object_name

datafusion/sql/src/parser.rs:1990–1992  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

1988 // For error cases, see: `copy.slt`
1989
1990 fn object_name(name: &str) -> CopyToSource {
1991 CopyToSource::Relation(ObjectName::from(vec![Ident::new(name)]))
1992 }
1993
1994 // Based on sqlparser-rs
1995 // https://github.com/sqlparser-rs/sqlparser-rs/blob/ae3b5844c839072c235965fe0d1bddc473dced87/src/test_utils.rs#L104-L116

Callers 4

copy_to_table_to_tableFunction · 0.85
copy_to_optionsFunction · 0.85
copy_to_partitioned_byFunction · 0.85

Calls

no outgoing calls

Tested by 4

copy_to_table_to_tableFunction · 0.68
copy_to_optionsFunction · 0.68
copy_to_partitioned_byFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…