Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ from
Method
from
datafusion/common/src/column.rs:331–333 ·
view source on GitHub ↗
(c: &str)
Source
from the content-addressed store, hash-verified
329
330
impl From<&str> for Column {
331
fn from(c: &str) -> Self {
332
Self::from_qualified_name(c)
333
}
334
}
335
336
/// Create a column, cloning the string
Callers
nothing calls this directly
Calls
3
new
Function · 0.85
cloned
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected