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

Method with_batch_size

datafusion/datasource-json/src/source.rs:206–210  ·  view source on GitHub ↗
(&self, batch_size: usize)

Source from the content-addressed store, hash-verified

204 }
205
206 fn with_batch_size(&self, batch_size: usize) -> Arc<dyn FileSource> {
207 let mut conf = self.clone();
208 conf.batch_size = Some(batch_size);
209 Arc::new(conf)
210 }
211
212 fn try_pushdown_projection(
213 &self,

Callers 1

openMethod · 0.45

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected