MCPcopy 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

rebuild_with_sourceMethod · 0.45
fmt_asMethod · 0.45
eq_propertiesMethod · 0.45
partition_statisticsMethod · 0.45
try_pushdown_filtersMethod · 0.45
projected_schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected