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

Method as_ident

datafusion/expr/src/sql.rs:83–87  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

81
82impl ObjectNamePart {
83 pub fn as_ident(&self) -> Option<&Ident> {
84 match self {
85 ObjectNamePart::Identifier(ident) => Some(ident),
86 }
87 }
88}
89
90impl Display for ObjectNamePart {

Callers 10

get_excluded_columnsFunction · 0.80
object_name_to_qualifierFunction · 0.80
object_name_to_stringFunction · 0.80
update_to_planMethod · 0.80
insert_to_planMethod · 0.80
sql_function_to_exprMethod · 0.80
parse_joinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected