Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ projection
Method
projection
datafusion/datasource-arrow/src/source.rs:392–394 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
390
}
391
392
fn projection(&self) -> Option<&ProjectionExprs> {
393
Some(&self.projection.source)
394
}
395
}
396
397
/// `FileOpener` wrapper for both Arrow IPC file and stream formats
Callers
1
create_physical_plan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected