MCPcopy Create free account
hub / github.com/apache/datafusion / with_max_batch_size

Method with_max_batch_size

test-utils/src/data_gen.rs:305–308  ·  view source on GitHub ↗

Limit the maximum batch size

(mut self, batch_size: usize)

Source from the content-addressed store, hash-verified

303
304 /// Limit the maximum batch size
305 pub fn with_max_batch_size(mut self, batch_size: usize) -> Self {
306 self.max_batch_size = batch_size;
307 self
308 }
309
310 /// Return up to row_limit rows;
311 pub fn with_row_limit(mut self, row_limit: usize) -> Self {

Callers 1

access_log_batchesFunction · 0.80

Calls

no outgoing calls

Tested by 1

access_log_batchesFunction · 0.64