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

Method with_num_files

datafusion/datasource/src/file_stream/mod.rs:254–257  ·  view source on GitHub ↗

Specify the number of files in the stream

(mut self, num_files: usize)

Source from the content-addressed store, hash-verified

252
253 /// Specify the number of files in the stream
254 pub fn with_num_files(mut self, num_files: usize) -> Self {
255 self.num_files = num_files;
256 self
257 }
258
259 /// Specify the limit
260 pub fn with_limit(mut self, limit: Option<usize>) -> Self {

Callers 6

create_and_collectFunction · 0.80
on_error_openingFunction · 0.80
on_error_scanning_failFunction · 0.80
on_error_opening_failFunction · 0.80
on_error_scanningFunction · 0.80
on_error_mixedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected