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

Method normalize

datafusion/sql/src/planner.rs:235–241  ·  view source on GitHub ↗
(&self, ident: Ident)

Source from the content-addressed store, hash-verified

233 }
234
235 pub fn normalize(&self, ident: Ident) -> String {
236 if self.normalize {
237 crate::utils::normalize_ident(ident)
238 } else {
239 ident.value
240 }
241 }
242}
243
244/// Struct to store the states used by the Planner. The Planner will leverage the states

Callers 15

sql_select_to_rexMethod · 0.45
plan_with_clauseMethod · 0.45
build_schemaMethod · 0.45
build_column_defaultsMethod · 0.45
apply_table_aliasMethod · 0.45
apply_expr_aliasMethod · 0.45
takeMethod · 0.45
update_to_planMethod · 0.45
insert_to_planMethod · 0.45

Calls 1

normalize_identFunction · 0.85

Tested by

no test coverage detected