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

Method with_batch_size

datafusion/datasource-avro/src/source.rs:137–141  ·  view source on GitHub ↗
(&self, batch_size: usize)

Source from the content-addressed store, hash-verified

135 }
136
137 fn with_batch_size(&self, batch_size: usize) -> Arc<dyn FileSource> {
138 let mut conf = self.clone();
139 conf.batch_size = Some(batch_size);
140 Arc::new(conf)
141 }
142
143 fn try_pushdown_projection(
144 &self,

Callers 2

openMethod · 0.45
build_readerFunction · 0.45

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected