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

Function ident_to_string

datafusion/sql/src/statement.rs:72–74  ·  view source on GitHub ↗
(ident: &Ident)

Source from the content-addressed store, hash-verified

70use sqlparser::parser::ParserError::ParserError;
71
72fn ident_to_string(ident: &Ident) -> String {
73 normalize_ident(ident.to_owned())
74}
75
76fn object_name_to_string(object_name: &ObjectName) -> String {
77 object_name

Callers 4

get_schema_nameFunction · 0.85
show_variable_to_planMethod · 0.85
set_statement_to_planMethod · 0.85

Calls 1

normalize_identFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…