MCPcopy Create free account
hub / github.com/apache/arrow-rs / with_projection

Method with_projection

arrow-csv/src/reader/mod.rs:1213–1216  ·  view source on GitHub ↗

Set the reader's column projection

(mut self, projection: Vec<usize>)

Source from the content-addressed store, hash-verified

1211
1212 /// Set the reader's column projection
1213 pub fn with_projection(mut self, projection: Vec<usize>) -> Self {
1214 self.projection = Some(projection);
1215 self
1216 }
1217
1218 /// Whether to allow truncated rows when parsing.
1219 ///

Callers 8

test_csv_with_projectionFunction · 0.45
test_csv_with_dictionaryFunction · 0.45
invalid_csv_helperFunction · 0.45
test_boundedFunction · 0.45
test_empty_projectionFunction · 0.45

Calls

no outgoing calls

Tested by 7

test_csv_with_projectionFunction · 0.36
test_csv_with_dictionaryFunction · 0.36
test_boundedFunction · 0.36
test_empty_projectionFunction · 0.36