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

Method with_batch_size

datafusion/datasource-csv/src/source.rs:268–272  ·  view source on GitHub ↗
(&self, batch_size: usize)

Source from the content-addressed store, hash-verified

266 }
267
268 fn with_batch_size(&self, batch_size: usize) -> Arc<dyn FileSource> {
269 let mut conf = self.clone();
270 conf.batch_size = Some(batch_size);
271 Arc::new(conf)
272 }
273
274 fn try_pushdown_projection(
275 &self,

Callers 1

builderMethod · 0.45

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected