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

Method name

datafusion/common/src/column.rs:162–164  ·  view source on GitHub ↗

return the column's name. Note: This ignores the relation and returns the column name only.

(&self)

Source from the content-addressed store, hash-verified

160 ///
161 /// Note: This ignores the relation and returns the column name only.
162 pub fn name(&self) -> &str {
163 &self.name
164 }
165
166 /// Serialize column into a flat name string
167 pub fn flat_name(&self) -> String {

Callers 15

renamedMethod · 0.45
into_list_itemMethod · 0.45
heap_sizeMethod · 0.45
min_valuesMethod · 0.45
containedMethod · 0.45
null_countsMethod · 0.45
fromMethod · 0.45
fmtMethod · 0.45
check_namesMethod · 0.45
mergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected