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

Method with_relation

datafusion/common/src/column.rs:322–327  ·  view source on GitHub ↗

Qualifies the column with the given table reference.

(&self, relation: TableReference)

Source from the content-addressed store, hash-verified

320
321 /// Qualifies the column with the given table reference.
322 pub fn with_relation(&self, relation: TableReference) -> Self {
323 Self {
324 relation: Some(relation),
325 ..self.clone()
326 }
327 }
328}
329
330impl From<&str> for Column {

Callers 1

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected