Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
impl ObjectNamePart {
83
pub fn as_ident(&self) -> Option<&Ident> {
84
match self {
85
ObjectNamePart::Identifier(ident) => Some(ident),
86
}
87
}
88
}
89
90
impl Display for ObjectNamePart {
Callers
10
get_excluded_columns
Function · 0.80
object_name_to_table_reference
Function · 0.80
object_name_to_qualifier
Function · 0.80
object_name_to_string
Function · 0.80
sql_statement_to_plan_with_context_impl
Method · 0.80
update_to_plan
Method · 0.80
insert_to_plan
Method · 0.80
sql_function_to_expr
Method · 0.80
create_default_relation
Method · 0.80
parse_join
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected