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

Method with_batch_size

datafusion/datasource-parquet/src/source.rs:639–643  ·  view source on GitHub ↗
(&self, batch_size: usize)

Source from the content-addressed store, hash-verified

637 }
638
639 fn with_batch_size(&self, batch_size: usize) -> Arc<dyn FileSource> {
640 let mut conf = self.clone();
641 conf.batch_size = Some(batch_size);
642 Arc::new(conf)
643 }
644
645 fn try_pushdown_projection(
646 &self,

Callers 1

buildMethod · 0.45

Calls 2

newFunction · 0.85
cloneMethod · 0.45

Tested by

no test coverage detected