Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
impl std::fmt::Display for Column {
Callers
6
new
Method · 0.45
with_new_schema
Function · 0.45
gather_node_indices
Method · 0.45
satisfied_by_constraints_ordering
Method · 0.45
satisfied_by_constraints
Method · 0.45
projected_constraints
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected