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

Method with_open_errors

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

Specify the index of files in the stream which should throw an error when opening

(mut self, idx: Vec<usize>)

Source from the content-addressed store, hash-verified

265 /// Specify the index of files in the stream which should
266 /// throw an error when opening
267 pub fn with_open_errors(mut self, idx: Vec<usize>) -> Self {
268 self.opener.error_opening_idx = idx;
269 self
270 }
271
272 /// Specify the index of files in the stream which should
273 /// throw an error when scanning

Callers 3

on_error_openingFunction · 0.80
on_error_opening_failFunction · 0.80
on_error_mixedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected