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

Method with_batch_size

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

Set the batch size (number of records to load at one time)

(mut self, batch_size: usize)

Source from the content-addressed store, hash-verified

1198
1199 /// Set the batch size (number of records to load at one time)
1200 pub fn with_batch_size(mut self, batch_size: usize) -> Self {
1201 self.batch_size = batch_size;
1202 self
1203 }
1204
1205 /// Set the bounds over which to scan the reader.
1206 /// `start` and `end` are line numbers.

Callers 11

invalid_csv_helperFunction · 0.45
test_boundedFunction · 0.45
test_empty_projectionFunction · 0.45
test_truncated_rows_csvFunction · 0.45
test_bufferedFunction · 0.45
err_test_with_schemaFunction · 0.45
test_ioFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_boundedFunction · 0.36
test_empty_projectionFunction · 0.36
test_truncated_rows_csvFunction · 0.36
test_bufferedFunction · 0.36
test_ioFunction · 0.36