Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ projection
Method
projection
datafusion/datasource/src/memory.rs:402–404 ·
view source on GitHub ↗
Ref to projection
(&self)
Source
from the content-addressed store, hash-verified
400
401
/// Ref to projection
402
pub fn projection(&self) -> &Option<Vec<usize>> {
403
&self.projection
404
}
405
406
/// Show sizes
407
pub fn show_sizes(&self) -> bool {
Callers
10
try_swapping_with_projection
Method · 0.45
rebuild_with_source
Method · 0.45
try_sort_file_groups_by_statistics
Method · 0.45
get_projected_output_ordering
Function · 0.45
fmt_as
Method · 0.45
eq_properties
Method · 0.45
partition_statistics
Method · 0.45
try_pushdown_filters
Method · 0.45
projected_schema
Method · 0.45
file_column_projection_indices
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected