MCPcopy 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
330impl 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

newFunction · 0.85
clonedMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected