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

Method with_batch_size

arrow-json/src/reader/mod.rs:263–265  ·  view source on GitHub ↗

Sets the batch size in rows to read

(self, batch_size: usize)

Source from the content-addressed store, hash-verified

261
262 /// Sets the batch size in rows to read
263 pub fn with_batch_size(self, batch_size: usize) -> Self {
264 Self { batch_size, ..self }
265 }
266
267 /// Sets if the decoder should coerce primitive values (bool and number) into string
268 /// when the Schema's column is Utf8 or LargeUtf8.

Callers 15

do_benchFunction · 0.45
bench_decode_schemaFunction · 0.45
bench_serialize_valuesFunction · 0.45
bench_decode_binaryFunction · 0.45
do_readFunction · 0.45
read_fileFunction · 0.45
test_skip_empty_linesFunction · 0.45

Calls

no outgoing calls