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

Method index

datafusion/physical-expr/src/expressions/column.rs:96–98  ·  view source on GitHub ↗

Get the column's schema index

(&self)

Source from the content-addressed store, hash-verified

94
95 /// Get the column's schema index
96 pub fn index(&self) -> usize {
97 self.index
98 }
99}
100
101impl std::fmt::Display for Column {

Callers 6

newMethod · 0.45
with_new_schemaFunction · 0.45
gather_node_indicesMethod · 0.45
projected_constraintsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected