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

Method with_fetch

datafusion/datasource/src/memory.rs:217–220  ·  view source on GitHub ↗
(&self, limit: Option<usize>)

Source from the content-addressed store, hash-verified

215 }
216
217 fn with_fetch(&self, limit: Option<usize>) -> Option<Arc<dyn DataSource>> {
218 let source = self.clone();
219 Some(Arc::new(source.with_limit(limit)))
220 }
221
222 fn fetch(&self) -> Option<usize> {
223 self.fetch

Callers 2

openMethod · 0.45
exec_with_limitFunction · 0.45

Calls 3

newFunction · 0.85
cloneMethod · 0.45
with_limitMethod · 0.45

Tested by

no test coverage detected